Built an intelligent web-based application that classifies emails as Spam or not spam using the Google Gemini LLM API.
The system analyzes email content based on urgency, suspicious links, grammar, and more, returning a structured response with:
✅Classification
✅Confidence Score
✅Reasoning
✅Spam Indicators
✅Risk Level.
The app also features real-time classification, historical tracking, data export, and a polished UI using Streamlit and custom CSS. Prompt engineering was used to guide Gemini's output in structured JSON format.
Built with