jacintogomez / ml5-Object-Classification

Using the ml5.js library to perform image classification and object detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ml5 Object Classification

Adaptation of a demo video I watched on using the ml5 library. This project has 4 functionalities:

sketch.js Label uploaded image with confidence score

webcam.js Label webcam stream with confidence score

detection.js Detect all objects in an image, assigning them bounding boxes and confidence scores

detect_from_webcam.js Detect all objects from webcam stream, giving bounding boxes and confidence scores

About

Using the ml5.js library to perform image classification and object detection


Languages

Language:JavaScript 70.5%Language:HTML 29.5%