Skip to content

jnordberg/dreamcanvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!