IdeaCredIdeaCred

Josh396s/email.ing

70

A privacy-first, intelligent email management system. Utilizes a hybrid AI architecture with local Llama models for secure classification and Google Gemini for context-aware summarization and drafting.

What's novel

A privacy-first, intelligent email management system. Utilizes a hybrid AI architecture with local Llama models for secure classification and Google Gemini for context-aware summarization and drafting.

Code Analysis

5 files read · 2 rounds

A privacy-first email management tool that locally classifies emails using Llama 3 and summarizes them using Gemini 2.5 Flash after masking PII.

Strengths

The project implements a sophisticated hybrid AI architecture (Local Llama + Cloud Gemini) with a robust PII masking pipeline using Presidio. It effectively separates concerns between ingestion, AI processing, and storage, ensuring sensitive data is encrypted at rest and masked before leaving the local environment.

Weaknesses

The code lacks unit tests entirely. Error handling in the AI service is somewhat brittle (e.g., regex-based JSON parsing for Ollama). The README mentions a specific Gemini model version (`gemini-2.5-flash`) which may not exist yet, potentially causing runtime errors.

Score Breakdown

Innovation
7 (25%)
Craft
52 (35%)
Traction
6 (15%)
Scope
81 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+2
Concept Novelty+2

Craft

Ci-2
Tests-3
Polish+2
Releases+0
Has License+0
Code Quality+18
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+5
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+0

Scope

Commits+7
Languages+8
Subsystems+10
Bloat Penalty+0
Completeness+6
Contributors+5
Authored Files+12
Readme Code Match+3
Architecture Depth+7
Implementation Depth+8

Evidence

Commits

49

Contributors

1

Files

55

Active weeks

11

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

1

Forks

0

License