File size: 432 Bytes
b0df9b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

### Usage

```
apt-get install git-lfs
git lfs install
git clone https://huggingface.co/yuekai/paraformerX
cd paraformerX

pip install -r ./requirements.txt

python3 transcribe.py --wav-path test_wavs/vad_example.wav
```


### Using Docker
```
docker build -f Dockerfile -t soar97/torch-paraformer:22.12 .
# docker pull soar97/torch-paraformer:22.12

docker run -it --name "paraformerX" --net host soar97/torch-paraformer:22.12
```