DEV Community

naman mistry
naman mistry

Posted on

Built an AI Assistant to Summarize and Query My Emails – Seeking Feedback

Hey everyone,

I recently developed an open-source tool called Email RAG Assistant to help manage and make sense of my overflowing inbox. It's a local app that:

📩 Summarizes emails into concise one-liners

🗂️ Automatically categorizes emails (Urgent, Important, Promotion, etc.)

🔍 Allows natural language queries like:

"Did we ever discuss project XYZ?"

"How many emails did I receive from [email protected] last March?"

"Summarize my last 50 emails."

All processing is done locally to prioritize privacy. I'm using NVIDIA NIMs for inference, but I'm exploring integrations with local LLMs to enhance privacy further.

The project is still in its early stages, and I'm looking for feedback, suggestions, or contributions. Here's the GitHub repository: https://github.com/namanmistry/EmailRAG

Would love to hear your thoughts or any ideas for improvement!

Top comments (0)