From ccd73dac5df3ef84fb0db0651751e3a34d78caa2 Mon Sep 17 00:00:00 2001 From: zevav Date: Tue, 12 Feb 2019 11:56:13 -0500 Subject: [PATCH] README --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a448c89..14f1d34 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,37 @@ -Transcribe All The Things™ +# Transcribe All The Things™ `tatt` creates a uniform API for multiple speech-to-text (STT) services. -# Installation +## Installation `pip install git+https://github.com/zevaverbach/tatt` -# Usage +## Usage -## List All Commands +### List All Commands `transcribe --help` -## List All STT Services +### List All STT Services `transcribe services` -## Get Something Transcribed +### Get Something Transcribed `transcribe this ` -## List Transcripts +### List Transcripts `transcribe list # a full list of all transcripts, completed and in_progress` `transcribe list # the status of a particular transcript -## Get A Completed Transcript +### Get A Completed Transcript `transcript get # prints to stdout` `transcript get -f # saves to a file in the format .json` -# Services Supported +## Services Supported - Amazon Transcribe -## Planned +### Planned - Watson - Google Speech - Kaldi and/or things built on it