Skip to content

Doodle Classifier using TensorFlowjs. Used hybrid model of MobileNet and ResNet CNN.

Notifications You must be signed in to change notification settings

ParvaShah/TensorflowJS-Doodle-Recognition

Repository files navigation

Tensorflow.js MNIST Angular Demo

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