text-summarization / README.md
hakim
model evaluation added
fd31bf7

A newer version of the Streamlit SDK is available: 1.40.1

Upgrade
metadata
title: Text Summarization
emoji: 🐨
colorFrom: blue
colorTo: gray
sdk: streamlit
sdk_version: 1.37.1
app_file: app.py
pinned: false
license: mit

text-summarization

Workflows

  1. Update config.yaml
  2. Update secrets.yaml [Optional]
  3. Update params.yaml
  4. Update the entity
  5. Update the configuration manager in src config
  6. Update the components
  7. Update the pipeline
  8. Update the main.py
  9. Update the dvc.yaml
  10. app.py

How to run?

STEPS:

Clone the repository

https://github.com/HAKIM-ML/
text-summarization

### STEP 01- Create a conda environment after opening the repository

```bash
conda create -n cnncls python=3.8 -y
conda activate cnncls

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