aurelien-roy / FindCatBreed

😺 An iOS app that uses on-device machine learning to tell you which breed is the cat you're pointing your iPhone at.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

😺 An iOS app that uses on-device machine learning to tell you which breed is the cat you're pointing your iPhone at.

License:Apache License 2.0


Languages

Language:Swift 100.0%