https://github.com/nerdingitout/food-app
https://github.com/nerdingitout/food-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nerdingitout/food-app
- Owner: nerdingitout
- Created: 2020-03-30T16:27:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T12:09:03.000Z (about 6 years ago)
- Last Synced: 2025-05-14T10:32:23.054Z (about 1 year ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FoodApp
This project aims to detect pictures of food and help the user find restaurants near them that serve the food in the uploaded picture using zomato API.
Tools: Node.js, IBM Watson Visual Recognition, Zomato API.
## Architecture Diagram

### Steps:
1- User uploads image to the Application.
2- Image is sent to IBM Watson Visual Recognition to get analyzed.
3- Results are retrieved from Watson VR and processed.
4- Processed results are sent to Zomato API.
5- Results are retrieved from Zomato API and processed.
6- Results are sent to user.
### Features:
- Users can upload local images or online images.
- Users can filter their queries.
- List restaurants that offer the suggested dishes.