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.
- ImagePickerController
- How to use MLModel created within Xcode
- Libraries CoreML & Vision