This is a web-based AI Assistant chatbot built using Google's Gemini model and Flask, with a clean HTML/CSS frontend.
- Interactive web-based chat interface
- Backend powered by Google Gemini (
generativeai) - Light/Dark theme toggle
- Typing animation and chat history
- Structured response integration possible
- Frontend: HTML + CSS
- Backend: Python + Flask
- LLM: Google Gemini API
βββ main.py # Flask server & Gemini chat handler βββ index.html # Frontend UI βββ requirements.txt # Python dependencies βββ README.m