Recent Posts

TensorFlow.js Part 3 - Web App

6 minute read

We develop a simple web application in JavaScript with React and use the model which we trained in Python. Part three of the three part series.

TensorFlow.js Part 2 - Convert Model

1 minute read

We convert a TensorFlow model which was trained in Python into the TensorFlow.js format so it can be used in JavaScript applications. Part two of three.