NOTE: You need an OPENAI_API_KEY
and a GOOGLE_API_KEY
to run this code. Store them in a .env
file in the backend
folder, or set them as environment variables.
If you have trouble using api keys above, please contact me.
- Create a virtual environment:
cd backend
python -m venv .venv
.venv\Scripts\activate
- Install the required packages:
pip install -r requirements.txt
- Run the server:
python assistant.py