Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

executable file
·
15 lines (10 loc) · 382 Bytes

Tensorflow.js Angular Demo

Live Demo https://vivek081166.github.io/tensorflow-angular/

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

tensorflow-angular