pip install -r requirements.txt
After cloning the repo, put your environmental variables in .env.
OPENAI_API_KEY =
UPLOAD_FOLDER =
SERPER_API_KEY =
STROM_GLASS_API_KEY =
Then, run the following in the command line and your application will be available at http://localhost:5000
python app.py