Skip to main content

App for experimenting and creating your own art using neural style transfer

Project description

pypi neuralartstudio version Conda neuralartstudio version neuralartstudio python compatibility neuralartstudio license

latest release date latest release version issue count open pr count last commit at contributors count

Getting started

Latest docs at https://neuralartstudio.readthedocs.io/en/latest/

Install neuralartstudio

pip install neuralartstudio
  • It is possible to create meaningful output with a cpu.
  • A gpu can speed up the experiments.

Running as a streamlit app

Create a streamlit app (say in a file called main.py)

from neuralartstudio.streamlit import neural_style_transfer

neural_style_transfer(
    contentpath="assets/dancing.jpg", stylepath="assets/picasso.jpg",
)

Note: You have to provide paths to your content and style image to start with. You can replace the content image later in the app.

That's it. Now run the app with streamlit

streamlit run main.py

Running from a python program

ToDo

Running in a Jupyter notebook

ToDo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neuralartstudio-0.1.0.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

neuralartstudio-0.1.0-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page