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

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

Awesome Lists containing this project

README

        

Nordic.js 2019 Tensorflow.js examples
======

![a robot!](hello.png)

## Install dependencies
```
npm i
```

## Run locally

```
npm run watch
open http://localhost:1234
```

## build for production

```
npm run build
```