Skip to content

An app that uses MachineLearning model to identify if a photo contains: dog, cat or rabbit.

Notifications You must be signed in to change notification settings

sainisaab202/animalClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AnimalClassifier

Goal

Animal classification app that let you identify that if an image contains a Dog/Cat/Rabbit. User can use camera to click a picture and app will use to the pre-trained model and change the title of the page to the identified animal and the confidence of the model

The objective is to understand how to use CoreML in iOS. This ML model is built with a small amount of data and can predict false value as well.

What you will learn

  • ImagePickerController
  • How to use MLModel created within Xcode
  • Libraries CoreML & Vision

About

An app that uses MachineLearning model to identify if a photo contains: dog, cat or rabbit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages