https://github.com/edent/tate-hack
A collection of random things for #hackthespace
https://github.com/edent/tate-hack
Last synced: about 1 year ago
JSON representation
A collection of random things for #hackthespace
- Host: GitHub
- URL: https://github.com/edent/tate-hack
- Owner: edent
- Created: 2014-06-12T15:32:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T17:52:39.000Z (over 10 years ago)
- Last Synced: 2025-02-10T04:18:58.593Z (over 1 year ago)
- Language: Python
- Size: 36.5 MB
- Stars: 63
- Watchers: 7
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tate-Hack
=========
A collection of faces for #hackthespace.
This script uses Python to download all the images from https://github.com/tategallery/collection/blob/master/artist_data.csv
It runs the image through OpenCV's face recognition.
If a face is detected, it crops the face and saves it as a separate image. This will detect multiple faces per image.
`eigensave.py` will generate an Eigenface model and save it to disk.
`recognise.py` will compare a photograph to the model and print out the nearest match.
Full write up at http://shkspr.mobi/blog/2014/06/which-painting-do-you-look-like-comparing-faces-using-python-and-opencv/