All Projects → ph1ps → Food101 Coreml

ph1ps / Food101 Coreml

Licence: mit
A CoreML model which classifies images of food

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Food101 Coreml

Build Ocr
Build an OCR for iOS apps
Stars: ✭ 17 (-85.71%)
Mutual labels:  convolutional-neural-networks, coreml
Espnetv2 Coreml
Semantic segmentation on iPhone using ESPNetv2
Stars: ✭ 66 (-44.54%)
Mutual labels:  convolutional-neural-networks, coreml
Exermote
Using Machine Learning to predict the type of exercise from movement data
Stars: ✭ 108 (-9.24%)
Mutual labels:  convolutional-neural-networks, coreml
Alexnet Experiments Keras
Code examples for training AlexNet using Keras and Theano
Stars: ✭ 109 (-8.4%)
Mutual labels:  convolutional-neural-networks
Pytorch Estimate Flops
Estimate/count FLOPS for a given neural network using pytorch
Stars: ✭ 110 (-7.56%)
Mutual labels:  convolutional-neural-networks
Brainforge
A Neural Networking library based on NumPy only
Stars: ✭ 114 (-4.2%)
Mutual labels:  convolutional-neural-networks
Deepway
This project is an aid to the blind. Till date there has been no technological advancement in the way the blind navigate. So I have used deep learning particularly convolutional neural networks so that they can navigate through the streets.
Stars: ✭ 118 (-0.84%)
Mutual labels:  convolutional-neural-networks
Facedet
实现常用基于深度学习的人脸检测算法
Stars: ✭ 109 (-8.4%)
Mutual labels:  convolutional-neural-networks
Region Ensemble Network
Repository for Region Ensemble Network based Hand Pose Estimation
Stars: ✭ 115 (-3.36%)
Mutual labels:  convolutional-neural-networks
Deepgaze
Computer Vision library for human-computer interaction. It implements Head Pose and Gaze Direction Estimation Using Convolutional Neural Networks, Skin Detection through Backprojection, Motion Detection and Tracking, Saliency Map.
Stars: ✭ 1,552 (+1204.2%)
Mutual labels:  convolutional-neural-networks
Deep learning notes
a collection of my notes on deep learning
Stars: ✭ 112 (-5.88%)
Mutual labels:  convolutional-neural-networks
Cs231n Convolutional Neural Networks Solutions
Assignment solutions for the CS231n course taught by Stanford on visual recognition. Spring 2017 solutions are for both deep learning frameworks: TensorFlow and PyTorch.
Stars: ✭ 110 (-7.56%)
Mutual labels:  convolutional-neural-networks
Pythonml
Artificial neural network classes and tools in Python and TensorFlow.
Stars: ✭ 114 (-4.2%)
Mutual labels:  convolutional-neural-networks
Densepoint
DensePoint: Learning Densely Contextual Representation for Efficient Point Cloud Processing (ICCV 2019)
Stars: ✭ 110 (-7.56%)
Mutual labels:  convolutional-neural-networks
All Conv Keras
All Convolutional Network: (https://arxiv.org/abs/1412.6806#) implementation in Keras
Stars: ✭ 115 (-3.36%)
Mutual labels:  convolutional-neural-networks
Fast Style Transfer Coreml
Stars: ✭ 109 (-8.4%)
Mutual labels:  coreml
Deep K Means Pytorch
[ICML 2018] "Deep k-Means: Re-Training and Parameter Sharing with Harder Cluster Assignments for Compressing Deep Convolutions"
Stars: ✭ 115 (-3.36%)
Mutual labels:  convolutional-neural-networks
Sigver wiwd
Learned representation for Offline Handwritten Signature Verification. Models and code to extract features from signature images.
Stars: ✭ 112 (-5.88%)
Mutual labels:  convolutional-neural-networks
Shiftresnet Cifar
ResNet with Shift, Depthwise, or Convolutional Operations for CIFAR-100, CIFAR-10 on PyTorch
Stars: ✭ 112 (-5.88%)
Mutual labels:  convolutional-neural-networks
Cinc Challenge2017
ECG classification from short single lead segments (Computing in Cardiology Challenge 2017 entry)
Stars: ✭ 112 (-5.88%)
Mutual labels:  convolutional-neural-networks

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].