Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syedfaiqueali/seefood

CoreML and Machine Learning
https://github.com/syedfaiqueali/seefood

Last synced: 8 days ago
JSON representation

CoreML and Machine Learning

Awesome Lists containing this project

README

        

# SeeFood

## App Introduction

Are you interested in using your phone camera and asking it what the object/thing is infront of you?


This app allows you to click a photo from camera or choose an image from gallery and the app will tell you what's the object inside the image is. Boom!


More especially you can show a hotdog 🌭 image and get to know either if its or not.

## How to use?

Simply clone the project and build and run it !!

## About CoreML and Inception v3
### CoreML:

CoreML is a framework by Apple. It Integrates machine learning models into your app. Core ML provides a unified representation for all models. Your app uses Core ML APIs and user data to make predictions, and to train or fine-tune models, all on the user’s device.

### Inception v3:

Inception v3 is a machine learning model trained by google. It is a widely-used image recognition model that has been shown to attain greater than 78.1% accuracy on the ImageNet dataset. The model is the culmination of many ideas developed by multiple researchers over the years.