• Stars
    star
    195
  • Rank 198,258 (Top 4 %)
  • Language
    Python
  • Created about 8 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Face search engine

face-search

Face search engine

Download demo dataset (Gary B. Huang, Manu Ramesh, Tamara Berg, and Erik Learned-Miller. Labeled Faces in the Wild: A Database for Studying Face Recognition in Unconstrained Environments. University of Massachusetts, Amherst, Technical Report 07-49, October, 2007.) or/and add your own images

./download_images.sh

Generate db:

cd code
./create_db.sh

Search by face:

# csv output
./run.sh URL 0
# image output
./run.sh URL 1

Query:

mr_bean Results:

result

requirements:

sudo apt-get install imagemagick
sudo pip install awscli
sudo pip install click