A web application that you can use to train a machine learning model and make it recognize your images
- currently supports two class
- uses
tensorflowjs
- supports dataset upload
- can download your trained dataset
- similar to Google's teachable machine project
- An extended version of the Knn starter application
- Try to give as much example image as possible so the application can recognize it better
- Since the training happens instantly when you add example, sometimes on lower-end devices the application might slow down for a bit
visit the demo here
Before creating a pull request or pushing code on the master branch, remember to do npm run build
which will update the /doc
folder. The demo is served from the /doc
folder
Note
If you're looking for a starter version, use this If you're looking for more details or want to look into a new calculation app, check it out here.