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.

sumy
73
Verified
SumSimple
29
Experimental
Maintenance 13/25
Adoption 13/25
Maturity 25/25
Community 22/25
Maintenance 10/25
Adoption 3/25
Maturity 16/25
Community 0/25
Stars: 3,665
Forks: 541
Downloads:
Commits (30d): 1
Language: Python
License: Apache-2.0
Stars: 3
Forks:
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
No Package No Dependents

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.

content-creation research information-digestion news-analysis reading-efficiency

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