| facebookresearch/faiss |
26,486 |
|
15 |
26 |
about 2 years ago |
3 |
April 16, 2019 |
422 |
mit |
C++ |
| A library for efficient similarity search and clustering of dense vectors. |
| milvus-io/milvus |
25,219 |
|
0 |
0 |
about 2 years ago |
35 |
April 02, 2022 |
623 |
apache-2.0 |
Go |
| A cloud-native vector database, storage for next generation AI applications |
| qdrant/qdrant |
15,789 |
|
0 |
0 |
about 2 years ago |
0 |
|
212 |
apache-2.0 |
Rust |
| Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/ |
| apple/turicreate |
11,102 |
|
17 |
4 |
over 2 years ago |
31 |
September 30, 2020 |
520 |
bsd-3-clause |
C++ |
| Turi Create simplifies the development of custom machine learning models. |
| microsoft/computervision-recipes |
9,225 |
|
0 |
0 |
about 2 years ago |
0 |
|
66 |
mit |
Jupyter Notebook |
| Best Practices, code samples, and documentation for Computer Vision. |
| shibing624/text2vec |
3,610 |
|
0 |
4 |
over 2 years ago |
35 |
September 20, 2023 |
10 |
apache-2.0 |
Python |
| text2vec, text to vector. 文本向量表征工具,把文本转化为向量矩阵,实现了Word2Vec、RankBM25、Sentence-BERT、CoSENT等文本表征、文本相似度计算模型,开箱即用。 |
| richzhang/PerceptualSimilarity |
3,134 |
|
0 |
28 |
over 2 years ago |
5 |
August 25, 2021 |
50 |
bsd-2-clause |
Python |
| LPIPS metric. pip install lpips |
| MaartenGr/KeyBERT |
3,047 |
|
0 |
18 |
about 2 years ago |
16 |
October 05, 2023 |
41 |
mit |
Python |
| Minimal keyword extraction with BERT |
| aceakash/string-similarity |
2,491 |
|
11,322 |
558 |
almost 3 years ago |
12 |
January 06, 2021 |
23 |
mit |
JavaScript |
| Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance. |
| tdebatty/java-string-similarity |
2,417 |
|
142 |
37 |
about 4 years ago |
26 |
May 12, 2020 |
12 |
other |
Java |
| Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ... |