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 key for Gemini which can generated from Google ai studio - Run the app using
streamlit run app.py
- Run this on the desktop and laptop. Don't run it on Github Codespaces as it will give errors.