Steps to running this code
- Make sure you are running Python 3.9.6 or 3.10
- Make a Venv - run
python3 -m venv venv
- Run the venv - run
source venv/bin/activate
- Install required libraries - run
pip install -r requirements.txt
. If your python version is correct then you will be able to easily install all of these. - Run the program -run
python3 main.py
Note that all the python3
can be replaced by python
depending on your machine. But if one doesn't work try the other.
MAKE SURE YOU ADD YOUR .env VARIABLES. GEMINI_API_KEY = "" OPENAI_API_KEY = ""