Code Monkey home page Code Monkey logo

deepdream-algorithm's Introduction

DeepDream-Algorithm

In this colab notebook, I use TensorFlow to experiment with AI Art, in specific with the Deep Dream Algorithm. Use it as you wish, try it with your own images! ๐Ÿ™‚

I included some comments to understand what's happening under the hood; Hope you find it useful! ๐Ÿ™Œ

Important points to mention

  • The original file code is too heavy due I ran 7,000 steps with step_size = 0.001, to get a great Deep Dream style image ๐Ÿ˜… : This is an Image
  • So, I'm going to put in #comments the last part of the code where I run the algorithm, to be able to upload the colab here in Github.
  • Remember, just remove the #comments in the last part of the algorithm to run on your side.
  • I'm including the original images if you want to run the model with the same images that I used.
  • The original images were developed by me with Stable Diffusion

Install

pip install numpy==1.19.5

Important: At the end of the code in the part where we're going to use Deep Dream, you need to run this code to don't get en error at the moment of fitting your image in the model.

deepdream-algorithm's People

Contributors

lalogarces avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.