Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.06 KB

File metadata and controls

32 lines (21 loc) · 1.06 KB

FaceSeek Node.js Example

Reverse face search from Node.js — built on the FaceSeek Face Search API.

A self-contained Node.js script that uploads an image to the FaceSeek API and prints the matching sources — no framework required.

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-nodejs-example.git
cd faceseek-nodejs-example
export FACESEEK_API_KEY="fsk_your_key"
node index.js path/to/photo.jpg

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

Learn more

License

MIT