speech2text-fa/README.md
2023-12-15 05:16:36 +03:30

510 B

Persian Speech-to-text

Build docker image

docker build . -t rbehzadan/speech2text-fa:1.0.0

Run docker container

docker run --rm --name speech2text-da -p 8000:8000 -it rbehzadan/speech2text-fa:1.0.0

Testing

With curl

curl -X POST "http://localhost:8000/transcribe" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "audio_file=@sample.wav"

With HTTPie

http -f POST http://localhost:8000/transcribe audio_file@sample.wav