Skip to content

stefan-stein/tensorflow_js_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow_js_webapp

An image classification web app based on TensorFlow.js.

Please clone the repository to your local machine:

$ git clone https://github.com/stefan-stein/tensorflow_js_webapp.git

If you would like to try out image classification using images from your local computer, open the file image_classifier/index.html. If you would like to try out image classification using the live feed from your webcam, open webcam_classifier/index.html. If you would like to have a go at transfer learning using the live feed of your webcam, go to webcam_transfer_learning/index.html.