Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 632 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 632 Bytes

Text_Summarization

workflows

  1. config yaml file
  2. param.yaml
  3. entity
  4. config in src
  5. components
  6. pipeline
  7. main.py
  8. app.py

Dataset

https://github.com/Harshithvarma007/Datasets/raw/main/summarizer-data.zip

STEPS:

Clone the repository

https://github.com/Harshithvarma007/Text_Summarization

STEP 01- Create a conda environment after opening the repository

conda create -n summary python=3.8 -y conda activate summary

STEP 02- install the requirements

pip install -r requirements.txt

Finally run the following command

python app.py

Now,

open up you local host and port