https://github.com/jhrcook/textrank-streamlit
A web app built with Streamlit that summarizes input text
https://github.com/jhrcook/textrank-streamlit
python python3 streamlit text-summarization text-summarizer textrank webapp
Last synced: 3 months ago
JSON representation
A web app built with Streamlit that summarizes input text
- Host: GitHub
- URL: https://github.com/jhrcook/textrank-streamlit
- Owner: jhrcook
- Created: 2020-12-17T20:37:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T02:10:26.000Z (over 4 years ago)
- Last Synced: 2025-02-01T12:51:11.330Z (3 months ago)
- Topics: python, python3, streamlit, text-summarization, text-summarizer, textrank, webapp
- Language: Python
- Homepage: https://textrank-summarizer.herokuapp.com/
- Size: 5.86 KB
- Stars: 13
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text summarization web application
[](https://www.python.org)
[](https://www.streamlit.io)
[](https://www.heroku.com)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/psf/black)[**https://textrank-summarizer.herokuapp.com/**](https://textrank-summarizer.herokuapp.com/)
A simple web application that uses the [TextRank](https://github.com/summanlp/textrank) algorithm to summarize text.
The application is built with [Streamlit](https://www.streamlit.io) and deployed on Heroku using a GitHub action and Docker.---
[](https://github.com/jhrcook)
[](https://twitter.com/JoshDoesa)
[](https://joshuacook.netlify.com)