- Python 3.x
- Google Gemini API Key
-
Install Dependencies:
pip install -r requirements.txt
-
API Key:
- Open
chatbot.pyand replace the placeholder with your actual Gemini API key. - Note: It is recommended to use environment variables for security.
- Open
Double-click run.bat or run it from the terminal:
run.bat-
Activate the virtual environment:
env\Scripts\activate
-
Run the Flask app:
python app.py
-
Open your browser and navigate to
http://127.0.0.1:5000.