Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 906 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 906 Bytes

deep_surfer_native

This is a showcase of neural networks for image classification, text generation, image generation, music generation, deep dream image manipulation, and teaching AI agents to act in video game environments. This is a very large wrapper for lots of powerful cutting edge algorithms that I did not invent!

(https://salty-sands-81911.herokuapp.com/deep_surfer "Check out the demo version of this app here!") Note: Demo only scratches the surface, it can only do low-res deep dream image manipulation, and generate text from pretrained models This is because it is live on a free Heroku server ;)

To build this software from source you will need quite a few things :)

IF you have a Mac, you will need xcode. this command will both check for xcode and also install if it is not present on your machine. xcode-select --install

an ANSI C-compiler Python 3.6 interpreter

with pip