WebDNN website Requirements to build Node v6+ yarn (You can get npm install -g yarn) How to run # setup $ yarn install # build $ yarn run webpack # run a http server $ cd ./build $ python3 -m http.server # or "python2 -m SimpleHTTPServer"