First clone the project from GitHub. The app allows a user to enter text into a text box and click Analyze. The text is sent to a Python server which calculates: User enters text in browser ↓ ...
gemini-chatbot/ ├── app/ │ ├── __init__.py # Flask app factory │ ├── routes/ │ │ ├── chat.py # Chat API endpoints │ │ ├── conversations.py # Conversation CRUD │ │ └── files.py # File upload & ...