Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/syedfaiqueali/seefood
- Owner: syedfaiqueali
- Created: 2021-03-23T17:06:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T19:08:52.000Z (over 3 years ago)
- Last Synced: 2024-10-08T19:41:29.830Z (30 days ago)
- Language: Swift
- Size: 82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.