File size: 633 Bytes
c4fe698
 
 
 
 
c615b80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c4fe698
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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.