https://github.com/alpha-131/text-summarizer
Built with Streamlit, this Text Summarizer leverages spaCy to generate concise summaries by extracting key sentences from input text. Simplify lengthy content effortlessly, enhancing readability and saving time.
https://github.com/alpha-131/text-summarizer
spacy-nlp streamlit summarizer
Last synced: about 1 month ago
JSON representation
Built with Streamlit, this Text Summarizer leverages spaCy to generate concise summaries by extracting key sentences from input text. Simplify lengthy content effortlessly, enhancing readability and saving time.
- Host: GitHub
- URL: https://github.com/alpha-131/text-summarizer
- Owner: Alpha-131
- Created: 2023-05-05T09:01:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T08:25:55.000Z (almost 3 years ago)
- Last Synced: 2025-07-25T05:27:22.183Z (11 months ago)
- Topics: spacy-nlp, streamlit, summarizer
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text-Summarizer
- Given a text paragraph it will summarize it for you upto 1/3rd of the length of the text input that you gave.