The Wayback Machine - https://web.archive.org/web/20200911042331/https://github.com/codeatif/MachineLearningSample-ObjC
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

MachineLearningSample-ObjC

A simple iOS app to demonstrate Machine Learning capabilities using Core ML and Vision framework.

Requirements:

  1. iOS 11 for all features
  2. Xcode 9
  3. Download the Inceptionv3.mlmodel file from the below url and put it inside the Resource folder.

On Showcase:

  1. Machine Learning sample (image recognition).
  2. Face recognition using Vision Framework.
  3. Text recognition using Vision Framework.

Usage:

Run the app and select an image from gallery or camera. App uses Inceptionv3.mlmodel (https://docs-assets.developer.apple.com/coreml/models/Inceptionv3.mlmodel) to process image. Detect the whole face using VNDetectFaceRectanglesRequest.

To detect specific facial landmarks like face contour, eyes, eyebrow, nose, lips with outer lips and others, use: VNDetectFaceLandmarksRequest

Screenshots:

As you can see the model is not exactly 100% correct and still has miles to cover!

Face Recognition Object Recognition Multi Face Recognition Character Recognition Character Recognition Character Recognition Character Recognition

About

A simple iOS app to demonstrate Machine Learning capabilities using Core ML and Vision framework.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.