kirkins / model-maker

Easily make and share a custom image classification model. It works by creating a classifier layer on top of a powerful general purpose vision CNN (Convolutional Neural Network) which tags images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model Maker

Setup

  • Fill out src/firebaseConfig.js.example with your info and rename src/firebaseConfig.js.
  • Install dependencies with yarn or npm.
  • Run yarn start or npm run start.

About

Easily make and share a custom image classification model. It works by creating a classifier layer on top of a powerful general purpose vision CNN (Convolutional Neural Network) which tags images.


Languages

Language:JavaScript 83.5%Language:HTML 13.1%Language:CSS 3.4%