Why our app?

You have multiple pets? Thanks to machine learning you will be able to recognize them easily!
Our app offers a full-time object detection. Use it every time you want to recognize either your pet, or any object. You will know immediatly what it is.

What do we use?


We use TensorFlow.js, which is a library for handling GPU-accelerated mathematical operations and memory management for machine learning algorithms, friendly high level interface to ml5.js

Download the App

System used

YOLO - You Only Look Once - system.
State-of-the-art real-time object detection and classification system

How to code it?

Here you have a great example on how to code the detection system.
You can use the TensorFlow model by adding it to your js. It is a pretrained model COCO-SSD which is an object detection model that aims to localize and identify multiple objects in a single image.
The code allows you to use your camera and activate the detection mode.

More details about TensorFlow?

To learn more about this code go on this page