Experiments with Tensorflow using Javascript/Node
Source: https://codelabs.developers.google.com/codelabs/tensorflowjs-nodejs-codelab
To install got to project root folder and run
npm install
First run in one terminal
npm run start-client
Then open the client running at: https://localhost:8080/
In another terminal, run this next
npm run start-server
Wait for training to finish. Then you can enter your own data. (Seems to work only once, breaks (message port closed?) on page reload.)