- Anh Dao (Johnx) - https://github.com/Johnx69
- Bach Nguyen - https://github.com/bach6104
- Tri Khuc - https://github.com/KhucMTri
- Nguyen Minh - https://github.com/minhngvh
https://www.youtube.com/watch?v=ybEa5zyINSw
Img2Ing
: allow users to upload an image of a food and the AI model will return the ingredients and recipes to cook that food.Eat2Gether
: allow user to input some locations and our website will return the closest eating place ( Now just support people in campus Michigan State University).Reviews
: allow user to write reviews about food in dining hall.
Open Terminal and do the following instructions
git clone https://github.com/Johnx69/SpartanHacker8-Cookmeai.git
2. Download the model and dataset files in the following link https://drive.google.com/drive/folders/1O3qxX_gRzUPL6wZJLcgGILyRWguHmcXu
and save to folder data
as the following structure
root
├── data
├── ingr_vocab.pkl
└── instr_vocab.pkl
└── modelbest.ckpt
cd SpartanHacker8-Cookmeai/
pip install -r requirements.txt
python app.py