.
In this article, we will learn how to deploy a machine learning model using NodeJS. While doing so we will make a simple handwritten digit recognizer using NodeJS and tensorflow.js.
.
Tensorflow.js is an ML library for JavaScript. It helps to deploy machine learning models directly into node.js or a web browser.
.
Training the Model: For training the model we are going to use Google Colab. It is a platform where we can run all our python code, and it comes loaded with most of the machine learning libraries that are used.
.
https://www.geeksforgeeks.org/how-to-deploy-a-machine-learning-model-using-node-js/
.