Given an 512x512 image, creates an art (another similar 512x512 image) via evolutionary algorithm
An assignment on Introduction to AI Spring 2020 (2nd year) course in Innopolis University
- The code was implemented, tested and is expected to work in
Python 3.7.7 - To use the code, create folder named
inputin the same directory as the.pyfile, and put input images inside it. Name them1.png,2.png, etc. The output images will be saved with the same names inoutputfolder. - You can also change input/output file paths by changing constants in the code
- Script can produce gifs showing progress of EA and comparison with original image (see below for examples)
- The report
More examples be found here
Also, you can find all animated collages at one page here.
Life is Strange / view animated version
Everlasting Summer / view animated version
VA-11 Hall-A: Cyberpunk Bartender Action / view animated version

