fzliu / style-transfer

An implementation of "A Neural Algorithm of Artistic Style" by L. Gatys, A. Ecker, and M. Bethge. http://arxiv.org/abs/1508.06576.
1.54k stars 387 forks source link

PyPi #35

Open anirbanmu opened 8 years ago

anirbanmu commented 8 years ago

Hi there,

Was wondering if you had any plans / concerns about putting this up on PyPI (Python Package Index)? Otherwise, if I wanted to use this in a project of mine, how would you like me to commit your work into my repo? I will surely be linking back to your project in my README.md but I was wondering if you wanted all your files intact or can I just take style.py & the scripts directory since I believe that is all I'd need.

Thanks!

fzliu commented 8 years ago

I actually haven't very much about it, but I think it could certainly be done. I'd like to take another pass at the code before it's deemed PyPi-worthy.

As for code use, feel free to do whatever you'd like with it. If you only need the style.py file and the scripts directory, then by all means just use that. Improvements to the code are welcome too, just make a pull request to this repository.