A library for rendering generative art from a randomly initialized neural network.
Project description
neuralart
A library and command line utility for rendering generative art from a randomly initialized neural network.
Based on the following blog posts and pages from studio otoro
Requirements
neuralart supports Python 3.x.
Linux, Mac, and Windows are supported.
Other operating systems may be compatible if the dependencies can be properly installed.
Dependencies
PyTorch
Pillow
Installation
neuralart is available on PyPI, the Python Package Index.
$ pip install neuralart
Command Line Utility
There is a command line utility for generating images. Use the --help
flag for more information.
$ neuralart --help
Example
$ neuralart \ --seed 2 \ --xres 2048 \ --hidden-std 1.2 \ example.png
Library Example Usage
See example.py.
License
The code in this repository has an MIT License.
See LICENSE.
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
Built Distribution
Hashes for neuralart-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1dcbe9a69f19b1e38eaa8594a415610da85b574e346294315c95e4020e87dc3 |
|
MD5 | 2fbda46d998e6e0a011c6480e5ccf79a |
|
BLAKE2b-256 | 556bf0b94a0b5d78e6add9f831a4f188941872aa47cdb0e9664308b236cb4d27 |