{ "info": { "author": "Daniel Steinberg", "author_email": "ds@dannyadam.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Artistic Software" ], "description": "A library and command line utility for rendering generative art from a randomly\ninitialized neural network.\n\nBased on the following blog posts and pages from `studio otoro `__\n\n- `Neural Network Generative Art in Javascript `__\n- `Generating Abstract Patterns with TensorFlow `__\n- `Neurogram `__\n- `Interactive Neural Network Art `__\n\nRequirements\n------------\n\n*neuralart* supports Python 2.7 and Python 3.x.\n\nLinux, Mac, and Windows are supported.\n\nOther operating systems may be compatible if the dependencies can be properly installed.\n\nDependencies\n~~~~~~~~~~~~\n\n- PyTorch\n- Pillow\n\nInstallation\n------------\n\n`neuralart `__ is available on PyPI,\nthe Python Package Index.\n\n::\n\n $ pip install neuralart\n\nCommand Line Utility\n--------------------\n\nThere is a command line utility for generating images. Use the :code:`--help`\nflag for more information.\n\n::\n\n $ neuralart --help\n\nExample\n~~~~~~~\n\n::\n\n $ neuralart \\\n --seed 2 \\\n --xres 2048 \\\n --hidden-std 1.2 \\\n example.png\n\n.. image:: https://github.com/dstein64/neuralart/blob/master/images/example-400.png?raw=true\n :target: https://github.com/dstein64/neuralart/blob/master/images/example.png\n\nLibrary Example Usage\n---------------------\n\nSee `example.py `__.\n\nLicense\n-------\n\nThe code in this repository has an `MIT License `__.\n\nSee `LICENSE `__.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dstein64/neuralart", "keywords": "neural-networks", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "neuralart", "package_url": "https://pypi.org/project/neuralart/", "platform": "", "project_url": "https://pypi.org/project/neuralart/", "project_urls": { "Homepage": "https://github.com/dstein64/neuralart" }, "release_url": "https://pypi.org/project/neuralart/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A library for rendering generative art from a randomly initialized neural network.", "version": "0.1.1" }, "last_serial": 4260027, "releases": { "0.0.9": [ { "comment_text": "", "digests": { "md5": "dc8fcd9bcb121a593d55d76aa1dd0171", "sha256": "4d8f2dbe3e343ba544bad73ddcc39be0b276fa72ccc7d95811726058f1968a28" }, "downloads": -1, "filename": "neuralart-0.0.9.tar.gz", "has_sig": false, "md5_digest": "dc8fcd9bcb121a593d55d76aa1dd0171", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2061471, "upload_time": "2018-08-17T02:45:25", "url": "https://files.pythonhosted.org/packages/07/6d/eba9a6214ece82c956e1f405af9cf70c1b4ebd7b162f7ed2ce9b65d3f1d7/neuralart-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "4c35b80808358cdd4b6b3a9f4de4fd88", "sha256": "9d7a4056d99119654e6872ab3e7068208013e661c77e5752525f0bb312cda35f" }, "downloads": -1, "filename": "neuralart-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4c35b80808358cdd4b6b3a9f4de4fd88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2062706, "upload_time": "2018-09-09T05:40:12", "url": "https://files.pythonhosted.org/packages/4f/89/4332fbbc090f2e5a61e4b0706d4d3f257d53262f24b319eac65e4a402c0a/neuralart-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7c1ec03196591f84a1802615a267459c", "sha256": "02e15fcd6692d86f6c1d887eb3443440ede87c2eacebd91eb71c5ebe43fe9f5f" }, "downloads": -1, "filename": "neuralart-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7c1ec03196591f84a1802615a267459c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2062705, "upload_time": "2018-09-11T04:54:10", "url": "https://files.pythonhosted.org/packages/ab/dc/1ba797e661487bd5355893d303887d6fc7a263babc2f2a1b149514d74ecb/neuralart-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c1ec03196591f84a1802615a267459c", "sha256": "02e15fcd6692d86f6c1d887eb3443440ede87c2eacebd91eb71c5ebe43fe9f5f" }, "downloads": -1, "filename": "neuralart-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7c1ec03196591f84a1802615a267459c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2062705, "upload_time": "2018-09-11T04:54:10", "url": "https://files.pythonhosted.org/packages/ab/dc/1ba797e661487bd5355893d303887d6fc7a263babc2f2a1b149514d74ecb/neuralart-0.1.1.tar.gz" } ] }