Skip to content

Simple implementation of the DeepDream algorithm in TensorFlow

Notifications You must be signed in to change notification settings

johndpope/deepdream-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepdream

This directory contains Jupyter notebook that is a simple usage of the DeepDream algorithm in TensorFlow just swap photos out in the image directory for custom photos:

To run this notebook locally, you will need the following dependencies:

  • Python 2.7 or 3.5
  • NumPy
  • TensorFlow (>=r0.7)
  • Jupyter Notebook
  • imageio
  • tqdm

To open the notebook, run jupyter notebook command in this directory, and select 'deepdream.ipynb' in the opened browser window.

About

Simple implementation of the DeepDream algorithm in TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%