How to Setup
- Create a virtual environment using
virtualenv venv
- Start the environment
venv/Scripts/activate
orsource venv/bin/activate
- Install the required packages by running
pip install -r requirements.txt
- Add a
.env
file in the directory to store the API keys for Gemini - Run the app using
streamlit run app.py