dotrann1412/transformer-text-summarization
Small text-summarization application using transformer-based model.
This project helps anyone who needs to quickly grasp the main points of lengthy articles or documents. You input a long piece of text, and it condenses it into a shorter summary, highlighting the key information. This is ideal for researchers, journalists, or business professionals who need to process a lot of written material efficiently.
No commits in the last 6 months.
Use this if you need to extract the core ideas from large volumes of text without reading every word.
Not ideal if you require extremely nuanced summaries or need to preserve every detail from the original text, as some information will be condensed.
Stars
9
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jul 22, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dotrann1412/transformer-text-summarization"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kenlimmj/rouge
A Javascript implementation of the Recall-Oriented Understudy for Gisting Evaluation (ROUGE)...
uoneway/KoBertSum
KoBertSum은 BertSum모델을 한국어 데이터에 적용할 수 있도록 수정한 한국어 요약 모델입니다.
udibr/headlines
Automatically generate headlines to short articles
bheinzerling/pyrouge
A Python wrapper for the ROUGE summarization evaluation package
xiongma/transformer-pointer-generator
A Abstractive Summarization Implementation with Transformer and Pointer-generator