The Python server that does all the magic behind the EasyPlan web app
Install dependencies
pip install -r requirements.txt
Start server
flask --app app run
NOTE: you will need to add your own environment variables, which are access keys for Google and OpenAI APIs