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

https://github.com/lnardon/shapeclassifier

A simple machine learning shape classifier using ML5.js
https://github.com/lnardon/shapeclassifier

classifier machine-learning ml5js shape

Last synced: 8 months ago
JSON representation

A simple machine learning shape classifier using ML5.js

Awesome Lists containing this project

README

          

# Shape Classifier

A simple shape classifier website using the ML5.js and P5.js.



## [Access website here](https://lnardon.github.io/ShapeClassifier/ "Homepage")

### Info

The model was pretrained by me using 300 sample images of circles, squares and triangles beforehand and then the weights were saved in the /model folder.

### What was used on this project

- ML5.js
- P5.js
- HTML
- JavaScript
- CSS