How to Setup
- Create a virtual environment using
virtualenv venv - Start the environment
venv/Scripts/activateorsource venv/bin/activate - Install the required packages by running
pip install -r requirements.txt - Add a
.envfile 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.


