Deploying your Keras model using Keras.JS – Becoming Human
After we explored our first option of running a deep learning model on the server side, let's consider running it in the browser. We will be using a default template to bootstrap our app, and tweak it a little to support KerasJS. Now that we're ready to start development, run npm run dev to start your local dev server. A new browser tab will open showing your app. Webpack Hot Module Reload (HMR) will automatically refresh the browser each time you save a file to reflect the changes.
Aug-29-2017, 20:15:16 GMT
- Technology: