sumy and SumSimple
These are competitors offering overlapping summarization capabilities through different implementations—Sumy provides a mature Python library with multiple algorithms (LexRank, TextRank, LSA), while SumSimple wraps similar traditional algorithms in a FastAPI service, so users would typically choose one approach based on whether they prefer a direct library dependency or a microservice architecture.
About sumy
miso-belica/sumy
Module for automatic summarization of text documents and HTML pages.
This tool helps you quickly get the main points from long articles, news stories, or other text documents without reading them entirely. You input a URL or a block of text, and it outputs a concise summary of the most important sentences. It's useful for content creators, researchers, or anyone needing to digest information efficiently.
About SumSimple
AmirTahaMim/SumSimple
SumSimple is a FastAPI-based text summarization service using traditional, non-LLM algorithms like SumBasic, Luhn, Edmundson, LexRank, TextRank, and LSA.
Scores updated daily from GitHub, PyPI, and npm data. How scores work