sswapnil2 / Text-Summarization

This repo contains code for text summarization using extractive method and flask is for working in browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text-Summarization

This repo contains code for text summarization using extractive method and flask is for working in browser. The technique is based on extractive approach. Extractive approach means before passing data to model we extract information out of it which is relevant to us or discard otherwise.

Usage

To run the project use pip install -r requirements.txt Open python in terminal then import nltk nltk.download('punkt') nltk.download('stopwords')

To run the project

run python index.py in terminal.

data Getting text from online new article

toeknize Tokenize the text from url

stopwords Remove Stopwords

summarize Summarize text

About

This repo contains code for text summarization using extractive method and flask is for working in browser

License:GNU General Public License v3.0


Languages

Language:Python 69.0%Language:HTML 31.0%