Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marty1885/useful-whisper-server
Whisper server based on useful-transformers for the RK3588
https://github.com/marty1885/useful-whisper-server
npu rk3588 rockchip useful-transformers whisper
Last synced: 26 days ago
JSON representation
Whisper server based on useful-transformers for the RK3588
- Host: GitHub
- URL: https://github.com/marty1885/useful-whisper-server
- Owner: marty1885
- License: gpl-3.0
- Created: 2024-01-06T14:46:08.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-08T16:21:48.000Z (10 months ago)
- Last Synced: 2024-07-30T21:03:14.639Z (3 months ago)
- Topics: npu, rk3588, rockchip, useful-transformers, whisper
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# useful-whisper-server
Whisper server based on useful-transformers for the RK3588
First, install [useful-tranformers](https://github.com/usefulsensors/useful-transformers). Then install additional dependencies
```bash
conda install librosa soundfile fastapi
tasket -c 4-7 python main.py
```