Skip to content

Commit

Permalink
Merge pull request #2 from hideya/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hideya authored May 12, 2018
2 parents 881d93b + 2c04558 commit ac6208c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ The training code is shared at: https://github.com/maru-labo/doodle
(actually this repo is a temporal copy of
[this example in the repo](https://github.com/maru-labo/doodle/tree/master/examples/tensorflow_js_simple))

<img src="https://i.imgur.com/XOQIx5W.png" width="100" align="right">

It runs on reasonably new Chrome, Safari, Firefox, Mobile Safari and Android Chrome
(not on Edge nor IE. Safari and Mobile Safari have a start up issue;
takes a long time until getting ready, but work OK once started).

You can try it out at: https://tfjs-doodle-recognition-pwa.netlify.com/

![Screenshot](https://i.imgur.com/G6g18ap.png)![QR code](https://i.imgur.com/XOQIx5W.png)
![Screenshot](https://i.imgur.com/G6g18ap.png)

### Building and Running

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build": "webpack",
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"clean": "rm -rf public/bundle.js",
"clean-all": "rm -rf public/bundle.js node_modules"
"clean": "\\rm -rf public/bundle.js",
"clean-all": "\\rm -rf public/bundle.js node_modules"
},
"dependencies": {
"@tensorflow/tfjs-converter": "^0.2.1",
Expand Down

0 comments on commit ac6208c

Please sign in to comment.