Skip to content

amalp12/Text-Summarisation-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Summarization Web App

Text Summarization Web App is web application deployed using flask that ouputs the summary for a given text using machine learning namely transformers.

Installation

Use the package manager pip to install the requirements.txt .

pip install -r requirements.txt

Usage

In bash terminal type the follwing commands to deploy it locally.

export FLASK_APP=app.py
flask run

Images

  • Enter the paragraph you want to be summarized

ScreenShot

  • Press the submit button

ScreenShot

  • The Summary of the paragraph provided will be displayed

ScreenShot

Note that the time taken to show the results can vary according to the capabilities of the hosting device.

Team

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Project for Code Init() Hackathon NITC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published