Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 373 Bytes

File metadata and controls

17 lines (10 loc) · 373 Bytes

Sample code that shows the use of Async API to transcribe an audio file

Install python requirements

$ pip install -r requirements.txt

Export your Tiyaro API Key

If you dont have an API Key. You can create it from https://console.tiyaro.ai/apikeys

$ export TIYARO_API_KEY="YOUR_API_KEY"

Run sample

$ python ./async_whisper_sample.py sample.mp3