Spaces:
Sleeping
Sleeping
File size: 1,107 Bytes
fb2d628 |
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 |
---
title: dialogue-summarization
app_file: demo.py
sdk: gradio
sdk_version: 4.36.1
---
# dialogue-summarization
A mini-project topic at Viettel Digital Talent 2024
## How to use:
To use this project using git, please do the following.
* Firstly, clone the repository's main branch into your desired directory using your git command prompt.
```git clone https://github.com/king17pvp/dialogue-summarization.git```
* Secondly, you can access the directory by this command.
```cd dialogue-summarization```
* Thirdly, install required libraries via requirements.txt
```pip install -q -r requirements.txt```
* Finally, run the project by
```python demo.py```
* If you want to stop the program, press *Ctrl + C* in the terminal, the session will stop.
* **IMPORTANT NOTES** If there are any errors when you run the project via step 3, you should reinstall Python from the official website with version 3.10+ and restart from step 1. The reference link to download python: https://www.python.org/downloads/release/python-3123/ (Make sure to add Python to PATH when installed)
|