Skip to main content

A Keras implementation of Deep Dream for any image

Project description

Deep Dream generator in Keras by using Inceptionv3 model

Installation

pip install deep4dream
or in colab google cloud
!pip install deep4dream

Usage

from deep4dream import deep_dream
image_path='sky.jpg' #input image
new_dream='dream_sky' #result_prefix
iterations_no=200  #Number of ascent steps per scale
deep_dream.deep_dream_image(image_path,new_dream,iterations_no)

Specific iterations_no Number of ascent steps per scale Selection

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deep4dream-0.2.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

deep4dream-0.2.2-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page