To install all of the dependencies, you'll need to first make a virtual environment like so :
py -m venv .venvNext, you'll want to activate the venv like so:
.venv/Scripts/activateNow navigate to the backend directory.
Then, you'll want to install all backend dependencies:
pip install -r requirements.txtAlso, please note that this is a project built on top of Streamlit, and so you'll need a .streamlit folder with a secrets.toml file with all of your streamlit api keys.
