Text Summarization Web App is web application deployed using flask that ouputs the summary for a given text using machine learning namely transformers.
Use the package manager pip to install the requirements.txt
.
pip install -r requirements.txt
In bash terminal type the follwing commands to deploy it locally.
export FLASK_APP=app.py
flask run
- Enter the paragraph you want to be summarized
- Press the submit button
- The Summary of the paragraph provided will be displayed
Note that the time taken to show the results can vary according to the capabilities of the hosting device.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.