asr-whisper-ncss server by Manu Srivastava
114
Service version of srivastavam/whisper_base_ms
#EXECUTE:
docker run -d --name whisper-service -p 8080:8080 gianpaolocoro/asr-whisper-ncss-server:1.3
#TEST:
wget -O test.wav "https://cnrsc-my.sharepoint.com/:u:/g/personal/gianpaolo_coro_cnr_it/IQBCf1bylueIRroXNuM2x9dkASKLRNufkaU2Ube9C5l8RTk?download=1"
curl -X POST -H "X-Filename: test.wav" --data-binary "@test.wav" http://localhost:8080
#ONLINE VERSION
curl -X POST -H "X-Filename: test.wav" --data-binary "@test.wav" http://asrncss.ddns.net
Content type
Image
Digest
sha256:f803cceee…
Size
4.4 GB
Last updated
4 months ago
docker pull gianpaolocoro/asr-whisper-ncss-server:1.3