zeroows / fann

Approx nearest neighbor search in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FANN

FANN stands for "Fennel Approx Nearest Neighbor" and is a tiny (~200 LOC) Rust library for doing approx nearest neighbor search. It is meant to be for educational purposes. You're free to use it in production at your risk (though since this is only ~200 lines of Rust, you can literally read/inspect the code before using it in prod).

Fennel

Fennel offers realtime feature engineering platform as fully managed service. You can read Fennel docs here.

About

Approx nearest neighbor search in Rust

License:MIT License


Languages

Language:Rust 73.5%Language:Python 22.1%Language:Shell 4.4%