Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 841 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 841 Bytes

Text Summarizer

Text Summarizer Logo

Overview

This is a simple text summarization tool that generates a summary of a given input text using cosine similarity between sentences.

Streamline text summarization with our versatile toolkit. Perfect for daily news, entertainment, and sports articles, our system extracts key information, providing concise summaries while preserving context. Simplify your reading experience and make informed decisions effortlessly.

Installation

Make sure you have the following libraries installed:

  • nltk
  • numpy
  • networkx
  • streamlit

You can install these libraries using pip:

pip install nltk numpy networkx streamlit

NB.

This folder contains 2 files, streamlit_summarizer.py and text-summarizer.py, the former is a streamlit adaptation of the latter