In a nutshell, this is a Text Summarizer
-
Updated
Jan 15, 2019 - Python
In a nutshell, this is a Text Summarizer
In this project, we propose to implement a web application that can summarize a text or a Wikipedia link. We have additionally been given an opportunity to compare different methods of summarization.
A text and document summarizer made in python with the txtai library and hosted on Streamlit.
Text Summary tool - a project which was part of Artificial Intelligence course at BITS Pilani
A web app built with Streamlit that summarizes input text
Uses Beautiful Soup to read Wiki pages, Gensim to summarize, NLTK to process, and extracts keywords based on entropy: everything in one beautiful code. A simple but effective solution to extractive text summarization.
If you are too lazy to read the whole document then generate wordart and keywords.
This program summarize the given paragraph and summarize it. It is of two category such as summarize input text from the keyboard or summarize the text parsed by BeautifulSoup Parser.
Simple text summarizer for any article using NLTK
A repos for USTH SE 2020 Group 1 project. It's quite obvious in the title.
A Python Based Text-Summarizer to extract summary of a text or long paragraphs. Includes variety of approaches like normal LSTM architectures, LSTM with Attention and then finally Transformers like BERT and its various improvements. Also includes a python flask based web app as UI for clearer and user friendly interface for summarization.
SumIt an intelligent text summarizer that creates a coherent and short summary of all information that were discussed in seminars/workshops/meetings etc.
Automatic Speech Recognition using Conformer with Speech Sentiment Analysis & Text Summarizer
The project specializes in Text Summarization using NLP's extractive approach, preserving key information for concise summaries. Customize length, handle various formats, and enjoy a user-friendly interface. Applications include content aggregation, document skimming, and data analysis. Hop in to simplify information consumption! 🚀
Shortens the paragraph depending on the given keywords using Levenshtein distance
A simple text summarizer written in Python to learn Natural Language Processing (NLP).
SEC 10-K & 10-Q Forms Summarizer POC. Forked from my contribution in the following repo :-
Add a description, image, and links to the text-summarizer topic page so that developers can more easily learn about it.
To associate your repository with the text-summarizer topic, visit your repo's landing page and select "manage topics."