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

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)

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
```