Skip to content

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

License

Notifications You must be signed in to change notification settings

sswapnil2/Text-Summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published