The repository contains code for building a text summarization web application from the scratch. The follwing simple steps are involved in creating the web application.
The 3-Step process
- Identify the inference API of a text summarization model from the Hugging Face library.
- Build the front end with HTML and CSS.
- Build the back end with Python Flask and include the summarization task.
Kindly refer the article link for a detailed explanation on each step.
Proceed with your project and Succeed !!!!