gemini_counsellor / README.md
GowthamYarlagadda's picture
Update README.md
c4fe698 verified
---
title: counsellor
app_file: app.py
pinned: false
---
# Gemini AI Chatbot
### Install Dependencies
```bash
pip install -r requirements.txt
```
### Run the Web App
In the terminal, execute the following command:
```
python app.py
```
This will launch a web app locally. Open your browser and navigate to the provided address (usually http://localhost:5000/) to interact with the Gemini AI chatbot.
Feel free to explore and customize the code according to your needs. Contributions are welcome!
**Notes**
* Ensure that you have Python installed on your system.
* Use a virtual environment for better isolation of dependencies.