This is a simple chatbot web application built using Flask and Googleโs Gemini API.
It helps users find products like power banks under a specific budget and responds with AI-generated recommendations.
- ๐ฌ AI-powered chat using Gemini
- ๐ Web interface with Flask backend
- ๐๏ธ Responds to product-related queries (e.g., power banks under โน2000)
- Python 3.12
- Flask
- Google Generative AI (Gemini API)
- Clone or download the project folder.
- Make sure Python 3.12 is installed.
- Open a terminal or command prompt and navigate to the project folder.
# Create a virtual environment
python -m venv gemini-bot-env
# Activate the virtual environment
# On Windows:
gemini-bot-env\Scripts\activate