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

https://github.com/codito/suma

Document summarization with local llm
https://github.com/codito/suma

Last synced: 5 months ago
JSON representation

Document summarization with local llm

Awesome Lists containing this project

README

          

# Suma

Suma is an experimental command line app to summarize documents.

## Acknowledgements

**K-Medoid clustering** is described in [Clustering by means of
Medoids][k-medoid] by Kaufmann and Rousseeuw, 1987. Thanks to
[@bamdev](https://github.com/bamdevm) for sharing the idea.

[k-medoid]: https://wis.kuleuven.be/stat/robust/papers/publications-1987/kaufmanrousseeuw-clusteringbymedoids-l1norm-1987.pdf

**LexRank** is described in [this paper][lexrank] by Erkan and Radev. We're
using the implementation from SBert library [here][sbert-lexrank].

[lexrank]: https://arxiv.org/abs/1109.2128
[sbert-lexrank]: https://github.com/UKPLab/sentence-transformers/blob/master/examples/applications/text-summarization/LexRank.py