EmailWise is a futuristic AI web app built with Flask & OpenAI API that turns your messy long emails into crisp summaries, extracts action items, and highlights important dates — all in seconds.
💌 Paste → ⚡ Process → 🎯 Get Instant Insights
✨ AI-Powered Summaries — Understands and condenses emails in seconds.
🗓 Date Extraction — Never miss an important event.
✅ Action Items — Lists tasks from your email automatically.
🎨 Modern UI — Clean, responsive, and user-friendly interface.
🌐 100% Browser-Based — No extra installs for the end user.
- 🐍 Python 3.x
- 🌶 Flask — Backend framework
- 🤖 OpenAI API — AI summarization & NLP
- 🎨 HTML5, CSS3, JS — Frontend magic
- 🖌 Bootstrap/TailwindCSS — Styling
1️⃣ Clone the repo
git clone "https://github.com/editorbymood/EmailWise.git"
cd EmailWise
2️⃣ Create a virtual environment bash Copy Edit python -m venv venv bash Copy Edit
venv\Scripts\activate
source venv/bin/activate
3️⃣ Install dependencies bash Copy Edit pip install -r requirements.txt
4️⃣ Run the app bash Copy Edit python app.py Your app will be live at http://127.0.0.1:5000/ 🚀
📧 Direct email inbox integration (Gmail API) 🌍 Multi-language summarization 🎤 Voice command support for summaries
Contributions are welcome! Fork the repo → Make changes → Submit a PR 🚀