/Text-Summarisation-Web-App

Project for Code Init() Hackathon NITC

Primary LanguageHTML

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