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.
YOLO - You Only Look Once - system.
State-of-the-art real-time object detection and classification system
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.