DeepDream in the Browser
This page runs the famous DeepDream demo entirely in the browser using the pretrained GoogLeNet model from Caffe and CaffeJS (which is based on ConvNetJS). It's a JavaScript port from the original DeepDream demo and performs the computation using a CaffeJS model in a webworker task in your browser. This page including all models and resources is hosted as a static page on Github.
Debugging this demo: Go to the Sources panel in the Chrome Developer Tools and load the demo. You should see a webworker icon entitled with deepdream_worker.js. You can click on it and set your breakpoints as usual. Additionally, you could enable DevTools for Services Workers in the Resources panel.
Mordvintsev et al., Inceptionism: Going Deeper into Neural Networks, Google Research Blog, 2015