Skip to content

Latest commit

 

History

History

RevAI-Temi-API

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Rev.AI (Temi Speech2Text) Bulk Speech Transcribe - Python API

Steps

  1. pip install rev-ai
  2. Create an account in rev.ai
  3. Get an access token and set it in API_TOKEN variable of rev_api.py
  4. Set the input wav_folder (audios path) and destination output_folder (transcripts path) in the last line of the same script
  5. To bulk transcribe: python rev_api.py

References