Spaces:
Sleeping
Sleeping
File size: 900 Bytes
fd31bf7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
---
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
```bash
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
```
```bash
conda activate cnncls
```
### STEP 02- install the requirements
```bash
pip install -r requirements.txt
```
```bash
# Finally run the following command
python app.py
```
Now,
```bash
open up you local host and port
|