An open API service indexing awesome lists of open source software.

https://github.com/rahul1582/text-summarisation-using-spacy

A Text Summarizer deployed to Heroku
https://github.com/rahul1582/text-summarisation-using-spacy

heroku nlp spacy text-summarisation

Last synced: about 2 months ago
JSON representation

A Text Summarizer deployed to Heroku

Awesome Lists containing this project

README

          

# Text-Summarisation-using-Spacy

Text summarization is the process of finding the most important information from a document to produce an abridged version with all the important ideas.

The Idea of summarization is to find a subset of data which contains the “information” of the entire set.

The Flask app is finally deployed to Heroku.

# Technologies Used
```
1. Natural Language Processing

2. Spacy

```

## Usage

It can be used when you have a long paragraph and you do not want to read the whole one. This can summarise the whole paragraph and give it to you.

## To Run

First Clone the project.

Then run the text sum flak.ipynb file, a server will run.

Click on the link and paste whatever paragraph you want to summarise.

### Author
```
Rahul Kumar Patro