Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceSeek Python Quickstart

Call the face search API in 15 lines — built on the FaceSeek Face Search API.

The smallest complete example: authenticate, upload an image, and read back matches from the FaceSeek reverse face search API.

How it works

This example sends a photo to the FaceSeek reverse face search API, which looks for the same face across the public web (not just an identical image file) and returns the matching source URLs with a similarity score.

Quick start

git clone https://github.com/faceseek-online/faceseek-python-quickstart.git
cd faceseek-python-quickstart
pip install -r requirements.txt
export FACESEEK_API_KEY="fsk_your_key"
python main.py path/to/photo.jpg

Get a free API key at www.faceseek.online — free daily searches are included.

Learn more

License

MIT

About

Minimal Python quickstart for the FaceSeek face search API.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages