anishathalye / neural-style

Neural style in TensorFlow! 🎨
https://anishathalye.com/an-ai-that-can-mimic-any-artist/
GNU General Public License v3.0
5.54k stars 1.52k forks source link

How to run it in an application not as a script? #138

Closed sonjadeissenboeck closed 5 years ago

sonjadeissenboeck commented 5 years ago

Hi there! I'd like to use that awesome project for an application of mine (it's only for private fun!). However, I'm new to Python and can't figure out how to apply the neural_style to any of my images..

Could anybody help?

So far I have:

Thanks in advance!

anishathalye commented 5 years ago

You can use the command line interface. See the readme for examples, or run python neural_style.py --help for usage info.

On Jan 13, 2019, at 9:49 AM, sonjadeissenboeck notifications@github.com wrote:

Hi there! I'd like to use that awesome project for an application of mine (it's only for private fun!). However, I'm new to Python and can't figure out how to apply the neural_style to any of my images..

Could anybody help?

So far I have:

imported all the files to PyCharm installed all requirements Thanks in advance!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

sonjadeissenboeck commented 5 years ago

Hmm but I don't want to use the command line, that's why I'm looking for a workaround..

anishathalye commented 5 years ago

There is only a command-line interface. You could implement a graphical interface if you want one.