SoulX-Duplug
Plug-and-play streaming semantic VAD for real-time full-duplex spoken dialogue systems.
File Explorer
Download Latest Version (.zip)- SoulX-Duplug-logo.png
- config.py
- config.yaml
- __init__.py
- configuration_whisper.py
- generation_whisper.py
- modeling_whisper.py
- utils.py
- __init__.py
- __init__.py
- asr.py
- model.py
- engine.py
- model.py
- session.py
- __init__.py
- cn_tn.py
- textnorm.py
- backchannel_utils.py
- text_utils.py
- .gitignore
- example_client.py
- LICENSE
- README.md
- requirements.txt
- run.sh
- server.py
- test.py
# Installation Guide
1. Get the code
git clone https://github.com/Soul-AILab/SoulX-Duplug
Downloads the entire project code from GitHub to your computer.
cd SoulX-Duplug
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu ๊ณ์ด) Built into Debian/Ubuntu-based Linux distributions.
sudo apt-get install ffmpeg sox libsox-dev -y
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
