Machine Learning in the Browser: Train and Serve a Mobilenet Model for Custom Image Classification

Erdem Isbilen
Towards Data Science
6 min readMay 12, 2019

--

Photo by Louis Hansel on Unsplash

Tensorflow.js

There are several ways of fine-tuning a deep learning model but doing this on the web browser with WebGL acceleration is something that we experienced not such a long time ago, with the introduction of Tensorflow.js. I will use Tensorflow.js together with Angular to build a…

--

--