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
- Host: GitHub
- URL: https://github.com/lnardon/shapeclassifier
- Owner: lnardon
- Created: 2020-12-10T00:57:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T02:00:59.000Z (over 5 years ago)
- Last Synced: 2025-01-10T17:49:49.657Z (over 1 year ago)
- Topics: classifier, machine-learning, ml5js, shape
- Language: JavaScript
- Homepage: https://lnardon.github.io/ShapeClassifier/
- Size: 380 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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