https://github.com/kaczmarj/nobrainer-js
Predict using trained TensorFlow models in the browser (UNSTABLE)
https://github.com/kaczmarj/nobrainer-js
Last synced: about 2 months ago
JSON representation
Predict using trained TensorFlow models in the browser (UNSTABLE)
- Host: GitHub
- URL: https://github.com/kaczmarj/nobrainer-js
- Owner: kaczmarj
- Created: 2018-10-25T18:27:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T03:35:06.000Z (over 6 years ago)
- Last Synced: 2025-02-10T02:33:31.402Z (4 months ago)
- Language: TypeScript
- Homepage: https://kaczmarj.github.io/nobrainer-js
- Size: 54.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nobrainerjs
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```