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.1.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.1.tar.gz.
File metadata
- Download URL: nst_vgg19-0.1.1.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 |
ac84accac321d4ebf67bde1d2d05d8b53f46b3361f3d13e36d51e1789901bec7
|
|
| MD5 |
7a5e5e5eb1cc7612dccdf7ebdaee93b2
|
|
| BLAKE2b-256 |
c0cb6c4eec3b3733ffff2eedf550a008d756e56ff5dceb2e0f47ca2d142cfc62
|
File details
Details for the file nst_vgg19-0.1.1-py3-none-any.whl.
File metadata
- Download URL: nst_vgg19-0.1.1-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 |
c9f1b57562cff6ddf4f9353435f11712e8f14dad9731f7bcde398a523261e6dd
|
|
| MD5 |
a23daf41b9f375b5b5b7cac9d089cfa3
|
|
| BLAKE2b-256 |
50b486ea0b1cf2a9aa0fa9e7aa295d2312126a57606df7e74b68cf2e5f4dfb41
|