This repository for summarization task using a pre-trained model from Hugging Face. The process involves fine-tuning the model on a custom dataset to improve its accuracy and relevance for specific summarization tasks. After fine-tuning, the model is deployed as an interactive web application using Streamlit, providing an easy-to-use interface.
-
Download and install Miniconda
-
Create a new environment using the following command:
$ conda create -n Text-Summarization python=3.9- Activate the environment:
$ conda activate Text-Summarization$ cd src$ pip install -r requirements.txt$ streamlit run app.py