Skip to content

bgeck/rekognize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rekognize

Interactive art experiment that examines social issues around AI and machine learning.

Requirements

This project is designed for Python 2.7 or before. You will need the following installed:

General dependencies

OpenCV

For me on Mac OSX, that means simply brew install opencv

Python Specifc - installable using pip

pip install scipy numpy Pillow pygame requests SimpleCV svgwrite

Note

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/

About

Interactive art experiment that examines social issues around AI and machine learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages