This commit is contained in:
2019-02-12 11:56:13 -05:00
parent 8614adb6f4
commit ccd73dac5d

View File

@@ -1,37 +1,37 @@
Transcribe All The Things™ # Transcribe All The Things™
`tatt` creates a uniform API for multiple speech-to-text (STT) services. `tatt` creates a uniform API for multiple speech-to-text (STT) services.
# Installation ## Installation
`pip install git+https://github.com/zevaverbach/tatt` `pip install git+https://github.com/zevaverbach/tatt`
# Usage ## Usage
## List All Commands ### List All Commands
`transcribe --help` `transcribe --help`
## List All STT Services ### List All STT Services
`transcribe services` `transcribe services`
## Get Something Transcribed ### Get Something Transcribed
`transcribe this <path_to_media_file> <service_name>` `transcribe this <path_to_media_file> <service_name>`
## List Transcripts ### List Transcripts
`transcribe list # a full list of all transcripts, completed and in_progress` `transcribe list # a full list of all transcripts, completed and in_progress`
`transcribe list <transcript_basename> # the status of a particular transcript `transcribe list <transcript_basename> # the status of a particular transcript
## Get A Completed Transcript ### Get A Completed Transcript
`transcript get <transcript_basename> # prints to stdout` `transcript get <transcript_basename> # prints to stdout`
`transcript get -f <transcript_basename> # saves to a file in the format <basename>.json` `transcript get -f <transcript_basename> # saves to a file in the format <basename>.json`
# Services Supported ## Services Supported
- Amazon Transcribe - Amazon Transcribe
## Planned ### Planned
- Watson - Watson
- Google Speech - Google Speech
- Kaldi and/or things built on it - Kaldi and/or things built on it