Goal: Use a conditional GAN to create images of recipes
- Recipe api to query https://developer.edamam.com/edamam-recipe-api-demo
- Deploying with kubernetes: https://cloud.google.com/kubernetes-engine/docs/tutorials/hello-app
- Write API query-er
- Get NYT ingredient parser working, process ingredient data
- Run data collection, store in GCP
- Build conditional GAN to create images based on ingredients
- Deploy model with flask, docker, and kubernetes