An OpenAI-powered recipe generative for those with alternative diets.
Git clone this repository, then create a .env file with the following environment variables:
EDAMAM_APP_ID=""
EDAMAM_APP_KEY=""
OPENAI_KEY=""
Fill in each environment variables with the correct keys from your API (see Requirements).
To use the app in your terminal, run the following command:
python3 -m main.py
To use the app's web interface, run the following command:
python3 -m app.py
The default URL for the web interface is localhost:3000
.