kesara / deepdreamer

Easy to configure Python program that make use of Google's DeepDream.
https://deepdreamer.fq.nz/
GNU General Public License v3.0
208 stars 42 forks source link

Installer for GNU/Linux & BSD machines #12

Open kesara opened 7 years ago

kesara commented 7 years ago

This could be a bash script, which checks for required 3rd party requirements and try to install them if they are not present.

jaypz commented 7 years ago

Found this from the hacktoberfest tag; time permitting, plan to work on this over the weekend.

ghost commented 7 years ago

Will work over this in a sometime

kesara commented 7 years ago

Thanks @Tchinmai7 for Ubuntu Installer PR. Feature branch for that is feature/UbuntuInstaller. TODO on Ubuntu Installer:

jaypz commented 7 years ago

In that case I'll work on a gentoo ebuild

*edit:

actually, I may work on more of a generic of a user-land focused shell script

The hacktoberfest label lead me here, and I'm not normally a python guy, but I just wanna say this is a nifty little thing you have here :+1:

lucasmoura commented 7 years ago

I will try to automate the Caffe installation. Also, would you guys be interested on automating the creation of the development environment using a tool such as Vagrant ? :)