Skip to content

alami-oussama/AI-Creates-Art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Creates Art

Generating artworks using Generative Adversarial Networks (GANs) with TensorFlow.

Install

git https://github.com/alami-oussama/AI-Creates-Art.git
cd AI-Creates-Art
pip install -r requirements.txt

Running

python generate.py --data <dataset path> --seed-size <number of output images> --output-dir <output directory>

Run python generate.py --help to see a list of all options.