https://github.com/reimertz/tf-examples
Nordic.js 2019 Tensorflow.js examples
https://github.com/reimertz/tf-examples
Last synced: 2 months ago
JSON representation
Nordic.js 2019 Tensorflow.js examples
- Host: GitHub
- URL: https://github.com/reimertz/tf-examples
- Owner: reimertz
- Created: 2019-10-07T18:20:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T12:27:34.000Z (over 2 years ago)
- Last Synced: 2025-04-10T12:16:55.908Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 33.1 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nordic.js 2019 Tensorflow.js examples
======
## Install dependencies
```
npm i
```## Run locally
```
npm run watch
open http://localhost:1234
```## build for production
```
npm run build
```