Generating artworks using Generative Adversarial Networks (GANs) with TensorFlow.
git https://github.com/alami-oussama/AI-Creates-Art.git
cd AI-Creates-Art
pip install -r requirements.txt
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.