https://github.com/hardhackerlabs/funasr-wrapper
https://github.com/hardhackerlabs/funasr-wrapper
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hardhackerlabs/funasr-wrapper
- Owner: hardhackerlabs
- License: agpl-3.0
- Created: 2024-05-18T07:08:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T12:19:32.000Z (over 1 year ago)
- Last Synced: 2025-01-10T19:37:27.655Z (over 1 year ago)
- Language: Python
- Size: 18.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# funasr-wrapper
### Install
```
cd funasr-wrapper
virtualenv -p python3 myenv
source myenv/bin/activate
git clone https://github.com/alibaba/FunASR.git && cd FunASR
pip3 install -e ./
pip3 install -U modelscope
```
### Test
测试加标点:
```
./main_restore_punct.sh ./example/input.json ./example/ouput.json
```
测试转录:
```
./main_transcribe.sh ./example/早咖啡.m4a ./example/out.json 生动早咖啡
```