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
- Host: GitHub
- URL: https://github.com/schafeld/tensorflow-js
- Owner: schafeld
- Created: 2020-02-03T16:15:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:25:36.000Z (over 3 years ago)
- Last Synced: 2025-03-14T16:47:36.444Z (over 1 year ago)
- Language: JavaScript
- Size: 1.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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.)