Recreate photos in in the style of famous artists with machine learning. CSCI3341 Artificial Intelligence Final Project.
Make sure to download models with the util/download_models.sh
script first. Thanks @jcjohnson!
python art.py --help
The best Gassongram ever:
util/wikiart-scraper.py
contains a neat script which will automatically scrape every painting for a given artist from wikiart. Simply specify the URL component of the artist's name (e.g. pablo-picasso
) in the ARTISTS
array in the script.