Neural Style Transfer using VGG19
Project description
NST_VGG19
Neural Style Transfer using VGG19.
Installation
pip install nst_vgg19
Usage
import numpy as np
from nst_vgg19 import NST_VGG19
style_image = np.random.randint(0, 255, (256, 256, 3), dtype=np.uint8)
content_image = np.random.randint(0, 255, (256, 256, 3), dtype=np.uint8)
nst = NST_VGG19(style_image)
result = nst(content_image)
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
nst_vgg19-0.1.0.tar.gz
(4.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nst_vgg19-0.1.0.tar.gz.
File metadata
- Download URL: nst_vgg19-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4febcfeb89c40e1ccd4e48bc54afb81f75b6517ba1d027922e4d9d9aaa77d4be
|
|
| MD5 |
e518482035f09878fe9aaed5b2865cce
|
|
| BLAKE2b-256 |
29fa784e3303e676bc1dbaeffd5fe391baa1899cc1bf18e96a972b10a1fd1ded
|
File details
Details for the file nst_vgg19-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nst_vgg19-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdfad4e5131c3b6b8d7e2be1f6db1d6e86268a31e1ff69f5a7d90ba1f3ee4728
|
|
| MD5 |
bb1637d40c62ac0dad9f7ca95fc99f9a
|
|
| BLAKE2b-256 |
0206c4276a64942917f1ef2c9018d4b668bcf4e7adcc663472a94cb3f7c0a4f2
|