takuya-takeuchi / FaceRecognitionDotNet

The world's simplest facial recognition api for .NET on Windows, MacOS and Linux
MIT License
1.22k stars 298 forks source link

Support Annoy for k-nearest neighbor search #215

Closed takuya-takeuchi closed 1 year ago

takuya-takeuchi commented 1 year ago

Implement annoy search by using https://github.com/spotify/annoy

takuya-takeuchi commented 1 year ago

16