Tatt creates a uniform API for multiple speech-to-text (STT) services.
Project description
Transcribe All The Things™
tatt is a CLI for creating and managing speech-to-text transcripts.
Installation
pip install tatt
Dependencies
- A recording to transcribe.
- a) An AWS account or b) a Google Cloud account with the speech-to-text API and Cloud Storage enabled.
ffmpeg
for some operations, buttatt
will let you know when it's needed.
Usage
List All Commands
$ transcribe --help
Usage: transcribe [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
get Downloads and/or saves completed transcript.
languages
list Lists available STT services.
services Lists available speech-to-text services.
status Check the status of a transcription job.
this Sends a media file to be transcribed.
List All STT Services
$ transcribe services
Here are all the available speech-to-text services:
amazon $0.006 per 15 seconds
google $0.009 per 15 seconds
Get Something Transcribed
$ transcribe this <path_to_media_file> <service_name>
Okay, transcribing <path_to_media_file> using <service_name>...
Okay, job <job_name> is being transcribed. Use "get" command to download it.
$ transcribe this --help
Usage: transcribe this [OPTIONS] MEDIA_FILEPATH SERVICE_NAME
Sends a media file to be transcribed.
Options:
--punctuation only for Google Speech, defaults to True
--speaker-id / --no-speaker-id only for google and amazon, defaults to True
--num_speakers INTEGER only for google and amazon, defaults to 2
--model TEXT only for Google Speech, defaults to
"phone_call"
--use-enhanced only for Google Speech, defaults to True
--language-code TEXT only for google and amazon, defaults to en-
US
--help Show this message and exit.
List Transcripts
$ transcribe list
Service Job Name Status
------- -------- ------
amazon tester.mp3 IN_PROGRESS
amazon messed_up.mp4 FAILED
amazon done_test.mp3 COMPLETED
amazon also_done.MP3 COMPLETED
google hey_there.mp3 COMPLETED
$ transcribe list <job_name>
Service Job Name Status
------- -------- ------
amazon <job_name> IN_PROGRESS
Get A Completed Transcript
$ transcribe get <job_name> # prints to stdout
{'accountId': '416321668733',
'jobName': 'a1bace5e-8b08-4ce4-b08c-834a23aafcf1',
'results': {'items': [{'alternatives': [{'confidence': '0.9774',
'content': 'Hi'}],
'end_time': '1.5',
'start_time': '1.23',
'type': 'pronunciation'},
{'alternatives': [{'confidence': '0.9429',
'content': 'is'}],
'end_time': '1.71',
'start_time': '1.5',
'type': 'pronunciation'},
...
$ transcribe get --save <job_name>
Saved transcript to <job_name>.json
Services Supported
Planned
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tatt-0.981.tar.gz
(12.1 kB
view details)
Built Distribution
tatt-0.981-py3-none-any.whl
(27.1 kB
view details)
File details
Details for the file tatt-0.981.tar.gz
.
File metadata
- Download URL: tatt-0.981.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 568808bc688a64cb3dbd3062446054cfcd9d8888032c40d161a13c1b025f2311 |
|
MD5 | b4f3f5630ff91e9bbc30fd02a88f34ef |
|
BLAKE2b-256 | 48a5c082fd0a5fa3fffc02fb9793bc862144852913bf993e046f26cb55c38348 |
File details
Details for the file tatt-0.981-py3-none-any.whl
.
File metadata
- Download URL: tatt-0.981-py3-none-any.whl
- Upload date:
- Size: 27.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9d68abbba661b3e43b8f724c6dd271946085efac14877bfc5423efd450c5542 |
|
MD5 | 50a7fbab4aa3fdf8c9eae62db08c2d52 |
|
BLAKE2b-256 | 9de92008b665d93d56ea93af4e0dbff98047ade0a524e3db753253c3ba45ef8d |