DEV Community

Tanishq Saluja
Tanishq Saluja

Posted on

Machine Learning in Backend

Hello awesome devs,

Ever wanted to run cool Machine Learning or Python Scripts in your Web Application's Backend ?

I made a web application in Nodejs in which I classified the digit drawn by the user on the Canvas, the API was made using Express and used python-shell node package to call the python script which contained code for using the Deep Learning model which was built using CNN (Tensorflow) to classify images.

It can be really useful for you if you are trying to implement something similar.

Here is the repository link : Run ML in JS Backend : Repository Link

Please star ★ the repository incase you find it useful.

Happy Coding, dev fam !

Project Screenshot

Top comments (0)