Interactive art experiment that examines social issues around AI and machine learning.
This project is designed for Python 2.7 or before. You will need the following installed:
OpenCV
For me on Mac OSX, that means simply
brew install opencv
pip install scipy numpy Pillow pygame requests SimpleCV svgwrite
Sometimes SimpleCV has an issue where it is missing it's logo file. This is the fix for that:
mkdir /usr/local/lib/python2.7/site-packages/SimpleCV/sampleimages/ && cp simplecv.png /usr/local/lib/python2.7/site-packages/SimpleCV/sampleimages/