titu1994 / Neural-Style-Transfer

Keras Implementation of Neural Style Transfer from the paper "A Neural Algorithm of Artistic Style" (http://arxiv.org/abs/1508.06576) in Keras 2.0+
Apache License 2.0
2.27k stars 482 forks source link

environment.yml #2

Closed lettergram closed 8 years ago

lettergram commented 8 years ago

I recommend adding an environment.yml file so conda can easily be used to install everything.

titu1994 commented 8 years ago

@lettergram While I would like to do that, I didn't create an environment in conda specifically for this project so creating an environment.yml file will be slightly difficult.

In any case, most of the requirements are installed directly when installing Anaconda of any version. The only notable exception is Keras itself, which can always be downloaded via pip.