This project is a simple chatbot web application using Flask as the backend framework and Google Generative AI (Gemini) for chatbot responses. The chatbot provides an English teacher-like experience for users, focusing on improving English skills and conversation.
GEMINI_CHATBOT/ │ ├── app.py ├── templates/ │ └── index.html ├── static/ ├── css/ └── styles.css └── js/ └── script.js