Skip to content

mannan-arora/art-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ART AI - Generative NFT Art

ART AI is a program that creates algorithmically generative abstract art work using Python. This program was used was to generate art work for my first ever NFT collection "ELIX-AI" which is currently available on OpenSea.

Built With

Usage

To generate your own art, follow these simple steps.

  1. Clone the repo
    git clone https://github.com/mannan-arora/art-ai.git
  2. Install the pillow library
    pip install pillow
  3. Execute the following command. the -n flag denotes the number of images to be generated and the --collection flag denotes the name of the art.
    python art_ai.py -n 10 --collection "test"
    This execution would create 10 images in a new file with the name test_image_n where test would be the name provided after the collection flag and n ranges from 0 to the value provided in the -n flag.

About

Generative NFT Art

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages