Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.4.0
metadata
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)