PicassoAI is a machine learning model built to generate Picasso like paintings of the Cubism era. This project was done as a proof a concept, and it's inspired by my newly found interest in art and Picasso
- An ensemble of gradient boosted trees was used to train the model
- Data from Google images
cd to Project directory
thenmkdir img && mkdir generated_imgs
python scrapeImages.py -s "picasso cubism paintings" -n 100 -d "Projectdirectory/img"
python picassoai.py