Hiya, did anyone create face recognition

Hiya, did anyone create face recognition using vectorize? would love to see examples (I got something working, but pretty obvious matches get a 0.35~ score
2 Replies
garvitg
garvitg4w ago
Hey @Rapid thanks for reaching out. Try playing around with the image model that you're using. You can also potentially explore other distance metrics in Vectorize. Finally refer to this section to understand how you can use the high precision mode in Vectorize queries: https://developers.cloudflare.com/vectorize/best-practices/query-vectors/#control-over-scoring-precision-and-query-accuracy.
Cloudflare Docs
Query vectors
Querying an index, or vector search, enables you to search an index by providing an input vector and returning the nearest vectors based on the configured distance metric.
Rapid
RapidOP4w ago
I was thinking about it, and I might have made a mistake, not sure. I need to check whether when I put a picture with an area around it and not just the face that it only makes a vector out of the face. that might explain it, so I'm gonna research that. If I get it done properly and feel right, I'll probably make a small blog about it as I see there are no examples around for it on Cloudflare

Did you find this page helpful?