ph1ps / Food101-CoreML

A CoreML model which classifies images of food

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Food101 for CoreML

Description

This is the Food101 dataset implemented in Apple's new framework called CoreML. The Food101 dataset can predict foods from images. The model was built with Keras 1.2.2 and is a fine-tuned InceptionV3 model.

To test this model you can open the Food101Prediction.xcodeproj and run it on your device (iOS 11 and Xcode 9 is required). To test further images just add them to the project and replace my testing with yours.

Obtaining the model

  • Download the model from Google Drive and drag it right into your project folder
  • Convert the model on your own:
    1. Change directory: cd ./Convert
    2. Change directory: sh convert.sh

More information

If you want to find out more how this model works and on which data it was trained on, feel free to visit the original Food101 Keras page on Github

Examples

About

A CoreML model which classifies images of food

License:MIT License


Languages

Language:Swift 85.2%Language:Python 11.3%Language:Shell 3.5%