cluster-11 / open-mind

A web application that you can use to train a machine learning model and make it recognize your images

Home Page:https://cluster-11.github.io/open-mind/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N|Solid

Open Mind

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

When Using

  • 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

For Developer

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.

About

A web application that you can use to train a machine learning model and make it recognize your images

https://cluster-11.github.io/open-mind/

License:Apache License 2.0


Languages

Language:JavaScript 69.8%Language:HTML 22.4%Language:CSS 7.7%