Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fx2y/densim

Densim is a library for efficient similarity search and clustering of dense vectors, which are numerical representations of data such as images, text, or audio.
https://github.com/fx2y/densim

audio-processing clustering data-science dense-vectors image-processing large-scale-dataset machine-learning numerical-representation parameter-tuning performance-optimization similarity-search text-analysis

Last synced: about 2 months ago
JSON representation

Densim is a library for efficient similarity search and clustering of dense vectors, which are numerical representations of data such as images, text, or audio.

Awesome Lists containing this project

README

        

# Densim

Densim is a library for efficient similarity search and clustering of dense vectors, which are numerical representations of data such as images, text, or audio. It supports various methods for similarity search, such as exact search, approximate search, binary search, and product quantization, as well as cosine similarity, Jaccard distance, and additive quantization. The library can handle large-scale datasets that do not fit in RAM, and provides tools for evaluation and parameter tuning.

## Contributing

Contributions to Densim are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines.

## License

Densim is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.