Run TensorFlow Models in the Browser

How to host a machine learning model serverless with TFJS and Amazon S3

André Ribeiro
Towards Data Science
8 min readJul 26, 2021

--

Image generated by the author using wordclouds.com.

Table of contents

  1. Introduction
  2. Train a digit recognition model with TensorFlow
  3. Host the model in S3 with TensorFlow.js
  4. Conclusion

--

--