https://github.com/gantman/food101
Machine Learning with React Native to identify food
https://github.com/gantman/food101
javascript machine-learning machine-vision machinelearning mobile mobile-app react-native react-native-vision
Last synced: 3 months ago
JSON representation
Machine Learning with React Native to identify food
- Host: GitHub
- URL: https://github.com/gantman/food101
- Owner: GantMan
- Created: 2018-08-23T23:44:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T23:03:12.000Z (almost 7 years ago)
- Last Synced: 2025-05-07T16:01:52.884Z (5 months ago)
- Topics: javascript, machine-learning, machine-vision, machinelearning, mobile, mobile-app, react-native, react-native-vision
- Language: Objective-C
- Size: 80.2 MB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Food 101
Simply point the camera at a delicious dish and find out what food it is!
Hopefully a temporary GIF with some Google images instead of real food.

## Warning
As of the creation of this repo, Xcode 10 and iOS 12 are in beta. To compile you must first "FAIL" a compilation, then run `react-native fix-xcode`.
## Credits
```
@inproceedings{bossard14,
title = {Food-101 -- Mining Discriminative Components with Random Forests},
author = {Bossard, Lukas and Guillaumin, Matthieu and Van Gool, Luc},
booktitle = {European Conference on Computer Vision},
year = {2014}
}
```- WEBSITE: https://www.vision.ee.ethz.ch/datasets_extra/food-101/
- DATASET: http://data.vision.ee.ethz.ch/cvl/food-101.tar.gz
- COREML MODEL: https://coreml.store/food101
- REACT NATIVE VISION: https://github.com/rhdeck/react-native-vision