Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kingreza/seefood

Inspired by HBO's Silicon Valley: SeeFood is an iOS app that uses CoreML to detect various dishes
https://github.com/kingreza/seefood

caffe coreml digits image-classification ios machine-learning swift4 xcode9

Last synced: about 1 month ago
JSON representation

Inspired by HBO's Silicon Valley: SeeFood is an iOS app that uses CoreML to detect various dishes

Awesome Lists containing this project

README

        

# SeeFood
For a step by step guide on how to build SeeFood: **[How to train your own model for CoreML](http://reza.codes/2017-07-29/how-to-train-your-own-dataset-for-coreml/)**.

![demo](seefood1.gif).
[Video Demo](https://www.youtube.com/watch?v=cFwUl0DjpHA)

Follw me on [Twitter](https://twitter.com/kingreza)
## Prerequisites:
Xcode 9 (currently Version 9.0 beta 3 (9M174d)).
The trained CoreML data model which can be downloaded [here](https://d3rwn5lppri82t.cloudfront.net/coreml/food.mlmodel).
An iOS device running iOS 11+.

## Setup:
Import the data model downloaded from the link above and build.

## Credit:
This model is a retrained [AlexNet](https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks) (Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton) Caffe model using [Food-101](https://www.vision.ee.ethz.ch/datasets_extra/food-101/) (Lukas Bossard, Matthieu Guillaumin, Luc Van Gool) dataset.