Implementing Machine Learning for the Offline Web with TensorFlow.js

Offline Web apps are finally a thing. The cleverest of ideas which were previously only imagination, are now reality.

Thanks to the various storage mechanisms provided by modern browsers, it is now possible to save machine learning models directly on the client side. You can then use these to produce outputs without requiring a connection with the server.

This post demonstrates how to do that.

Continue reading “Implementing Machine Learning for the Offline Web with TensorFlow.js”