This is the Flask server to run our pipeline.
Built by Saarang Panchavati, Abhinav Pottabathula, Connor Kennedy, and Woojin Ko
export FLASK_APP=main.py
export FLASK_ENV=development
pip install -r requirements.txt
python3 -m flask run
Running this alongside the client in our main repo to get started.