Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 868 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 868 Bytes

Find Cat Breed

Find Cat Breed is an iOS app which let you find the breed of a cat by pointing your device camera on it.


App demonstration

App video

How does it work?

Find Cat Breed is a computer vision application that uses on-device machine learning to identify the breed of a cat on a photo. A ResNet classifier bundled in a CoreML is capable of differentiating 44 different cat breeds with a 51% accuracy.

To get best results, several tips have been used such as training with data augmentation. Also for better stability, the app takes several photos a in short time frame and automatically aggregates related classfier predictions.