diff --git a/README.md b/README.md index a3fcd3c..50bae92 100644 --- a/README.md +++ b/README.md @@ -7,24 +7,29 @@ Tatt creates a uniform API for multiple speech-to-text (STT) services. `pip install git+https://github.com/zevaverbach/tatt` +## Dependencies + +An AWS account (the only supported STT provider as of Feb 12, 2019), and a recording to transcribe! + + ## Usage ### List All Commands - `transcribe --help` + transcribe --help ### List All STT Services - `transcribe services` + transcribe services ### Get Something Transcribed - `transcribe this ` + transcribe this ### List Transcripts - `transcribe list # a full list of all transcripts, completed and in_progress` - `transcribe list # the status of a particular transcript + transcribe list # a full list of all transcripts, completed and in_progress + transcribe list # the status of a particular transcript ### Get A Completed Transcript - `transcript get # prints to stdout` - `transcript get -f # saves to a file in the format .json` + transcript get # prints to stdout + transcript get -f # saves to a file in the format .json ## Services Supported