An open API service indexing awesome lists of open source software.

https://github.com/schafeld/tensorflow-js

Experiments with Tensorflow using Javascript/Node
https://github.com/schafeld/tensorflow-js

Last synced: over 1 year ago
JSON representation

Experiments with Tensorflow using Javascript/Node

Awesome Lists containing this project

README

          

# tensorflow-js
Experiments with Tensorflow using Javascript/Node

## Experiment 1

### Baseball
Source: https://codelabs.developers.google.com/codelabs/tensorflowjs-nodejs-codelab

#### Installation

To install got to project root folder and run
```npm install```

#### how to run

First run in one terminal
```npm run start-client ```

Then open the client running at: http://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.)