Starter code to use nodejs with a python layer as the backend
(useful for deploying Machine Learning models if you want to use nodejs as your web framework)
(in the root folder)
$ npm install
$ pip install -r requirements.txt
$ npm start
- Image Classification: https://github.com/navjotts/node-python/tree/example_ml_image_classification