Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 366 Bytes

Tensorflow.js MNIST Angular Demo

Watch the screencast

This demo imports an MNIST ConvNet trained in Keras Python, then makes predictions with TensorFlow.js

  • clone it, cd into it, npm install && ng serve

Use a Different Keras Model

tensorflowjs_converter --input_format keras keras/yourWeights.h5 src/assets