Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.25 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.25 KB

DreamCanvas

DeepDream experiment, hosted here: https://dream.almost.digital

DreamCanvas

Dependencies

Rest of the dependencies are listed in package.json and will be installed automatically.

Running

Run these in separate terminal windows for best results.

Dreamer service

make dreamer

This starts the python service that does the actual image processing.

Websocket service

make server

Starts the node.js websocket server that manages the clients and submits the canvas for dreaming to the python service.

Client

make preview

This starts the wintersmith preview server serving the web app in client/. If you plan to host this somewhere you should run make build to build a static version of the client that can be deployed to any webserver.


Share and enjoy!