An open API service indexing awesome lists of open source software.

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

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.

![Food101 App](./_art/video.gif)

## 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