Official Python client for the FaceSeek reverse face search API.
Project description
FaceSeek — Python SDK
Official Python client for the FaceSeek reverse face search API. Find where a face appears across the public web.
pip install faceseek
Usage
from faceseek import FaceSeek
fs = FaceSeek(api_key="fsk_...") # or set FACESEEK_API_KEY
# Reverse face search
for match in fs.search("photo.jpg"):
print(match["source_url"], match["score"])
# Check your balance
print(fs.account()) # {"email": ..., "credits_remaining": ...}
search() accepts a file path or a binary file-like object and returns a list
of matches (source_url, score, and more).
Get an API key
Sign up free at faceseek.online — free daily searches included. Full API reference: /api-docs.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file faceseek-1.0.0.tar.gz.
File metadata
- Download URL: faceseek-1.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d2314a3d7a6cd851c8d73e372d7e06cb8283f9fa0282ff860a2f86e20819cbd
|
|
| MD5 |
31e4bd79b92e349b1681e630bcc037c3
|
|
| BLAKE2b-256 |
7e8e8642044e37dc0ccb1805f4ed70a9399fdb1ea8b96968fd8269abd8ced853
|
File details
Details for the file faceseek-1.0.0-py3-none-any.whl.
File metadata
- Download URL: faceseek-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db7433e26a24fb2d3f26d52c977511d6366d8822a7e5b14ea3045db48e7e3d35
|
|
| MD5 |
97a2144639a005386c04ce0a4f5e627d
|
|
| BLAKE2b-256 |
1bcf9b17f00be4b50898bba4936fb3c3caf9fc28183ad123521ed415cd57d2c9
|