Create Virtual Env
-
create conda -p venv=python=3.9.19
# if missmatch the python version you may encounter the error -
pip install -r requirements.txt
Set the GOOGLE_API_KEY
set GOOGLE_API_KEY = "" or export GOOGLE_API_KEY = ""
streamlit run StreamlitApp.py