Smart food recognition web app that identifies dishes and retrieves different recipes and ingredients
Built at ConUHacksV. Try it out :)
https://foodbook0.herokuapp.com/
virtualenv venv
(optional)- If on Windows run
venv\Scripts\activate.bat
, else on Linuxsource venv/bin/activate
(optional) pip install -r requirements.txt
- run
export GOOGLE_APPLICATION_CREDENTIALS="<path/to/gcloud/credentials>"
likeexport GOOGLE_APPLICATION_CREDENTIALS="/home/joey/Desktop/ConuHacks2020/credentials.json"
python run.py
and the server will be serving on http://127.0.0.1:5000/
- Nigel Yong
- Joey Zhou
- Rhina Kim
- Minh Bui