Disclaimer A fun project. Nothing serious.
If there can be hotdog no hotdog, then there can be Kacchi-No-Kacchi as well! 😎 👨🏾💻
iOS 11 and above. Basically anything that supports CoreML
.
Behind the scenes, a CoreML Model
does all the job. When you pass an image
to it either from Phone's camera
or some image from the Photo Library
, it runs inference
on the image and provides the output. Basically Binary Image Classification
.
I wrote a post on Medium on this here
The CoreMLModel
and the images it was trained with can be found in the releases section of this repo.
How about a video demo?
MIT