basics are working for amazon, updated README.

This commit is contained in:
2019-02-12 11:55:20 -05:00
parent 27254c14c4
commit 237471f7f3
7 changed files with 174 additions and 52 deletions

View File

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