App for experimenting and creating your own art using neural style transfer
Project description
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file neuralartstudio-0.1.0.tar.gz
.
File metadata
- Download URL: neuralartstudio-0.1.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.6 Linux/5.3.0-59-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfab20b597cd609b6657047be92d7fcaddfa52ff95b35ea1da44d6a0e3d009e5 |
|
MD5 | 384e5da614edd797be0a40a3d627d05d |
|
BLAKE2b-256 | 02ab529b9f8a050e6037c87688ac20d4974c7dcfb588bf28d5fe8338bf347511 |
File details
Details for the file neuralartstudio-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: neuralartstudio-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.6 Linux/5.3.0-59-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 606bfa0b774b0fbde7628a3dfb09fa80cc07560dbeac28a0d198ee013c0a8b02 |
|
MD5 | d7e77b2b4100ede52cb78af1fd9b671f |
|
BLAKE2b-256 | 228af9cd0eaab2497682c9a0e6ccedf99348a4108bf3372d8f7534f238c45325 |