speech2text-fa/README.md

307 B

Persian Speech-to-text

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