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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for deep4dream-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6b7fbdd726488a0cb08c386e4bbcf381117a636d87d83fdda6603d70d2c7b75 |
|
MD5 | ae9d4266d36c7d8617ebb1ffe560c295 |
|
BLAKE2b-256 | 51599d85aba2311eed041aa11aa314749ea538a1802074d6654095a931122915 |