Produce .docx transcriptions from AWS Transcribe output.
Project description
aws_transcribe_to_docx
Produce Word Document transcriptions using the automatic speech recognition from AWS Transcribe. Requires Python 3.7+
Installation
pip install tscribe
Usage
>>> import tscribe
>>> tscribe.write("output.json")
Transcript output.docx written.
>>> tscribe.write("output.json", save_as="transcript.docx")
Transcript transcript.docx writen.
Results
Time | Speaker | Comment |
---|---|---|
0:00:03 | spk_0 | Is this on? |
0:00:05 | spk_1 | Yep. |
0:00:06 | spk_0 | Great. |
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.