52 ms·
Built an AI to Filter Gmail
- andywalters 3y agoout of sheer frustration with the constant deluge of crap in my inboxes i finally broke down and threw an llm at my account. clearmail allows you to: - filter all incoming emails by simple rules you write in english - auto-categorize to any labels you want - never deletes emails, just re-categorizes - runs entirely locally or with openai feedback welcome
- EarthAmbassador 3y agoIt scrapes all e-mail addresses with names and allows CSV export?
- EarthAmbassador 3y agoIt’s an awesome project and much needed, especially with local implementation.
- andywalters 3y agoThanks! Not currently providing an export but i am working on baking in a redis vector db of all emails to allow for RAG.