Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

speechmatics/legacy-v1-python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

speechmatics_python

Example script (supported) to help you integrate with our API

This code was developed and tested with Python 2.7.12 and Python 3.5.2

This is an example script for uploading audio files and saving the transcript in a .json file

Requirements

You will need to have the requests module installed in your Python environment.

pip install requests

Example usage:

python ./speechmatics.py -a example.mp3 -l en-US -i $user_id -k $auth_token -o example.json  

In this example the script uploads 'example.mp3', transcribes it using our en-US speech to text product and saves the resulting transcription as 'example.json' when the job has completed.

About

Example script (supported) to help you integrate with our SaaS v1 API

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages