axinging / resnet50

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorFlow.js Example: Mobilenet

This example shows you how to load a pretrained mobilenet model.

The mobilenet used in this example was ported from this Keras pretrained mobilenet model and hosted online for your convenience.

If you want, you can port your own mobilenet model by using the Keras converter script which can be found here.

See this example live!

About


Languages

Language:JavaScript 93.7%Language:HTML 6.3%