SeeFood

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

LGPL-3.0 License

Stars
447

SeeFood

For a step by step guide on how to build SeeFood: How to train your own model for CoreML.

demo. Video Demo

Follw me on Twitter

Prerequisites:

Xcode 9 (currently Version 9.0 beta 3 (9M174d)). The trained CoreML data model which can be downloaded here. 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 (Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton) Caffe model using Food-101 (Lukas Bossard, Matthieu Guillaumin, Luc Van Gool) dataset.

Related Projects