An open API service indexing awesome lists of open source software.

https://github.com/jacintogomez/ml5-object-classification

Using the ml5.js library to perform image classification and object detection
https://github.com/jacintogomez/ml5-object-classification

image-classification javascript machine-learning ml5 ml5js object-detection

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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