Skip to content

traumverloren/teachable-machine-image-nodejs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teachable Machine image prediction in Node.js & Tensorflow.js

Basic starter setup for getting an image classification model trained on Teachable Machine to classify an image in Node.js with Tensorflow.js.

This is only a bit of starter code to help others get started that want to use their Teachable Machine trained model in a nodejs project. I found it challenging to figure out how to use my trained model in nodejs, so I hope this helps! <3

🏫 Train your image classification model:

✨ Setup:

  • npm install
  • Add your Teachable Machine model files to the model folder. This should include model.json, metadata.json, & weights.bin.
  • Add the image file you want to classify to the project folder.
  • Run node app.js or npm run predict & the result will be logged.

About

A starter template for setting up a teachable machine image model in Node.js with Tensorflow.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published