Skip to main content

CLI wrapper for transforming AWS Transcribe JSON files into txt files grouped by speaker.

Project description

AWS Transcription Grouper

https://img.shields.io/pypi/v/aws_transcription_grouper.svg https://img.shields.io/travis/scuerda/aws_transcription_grouper.svg Documentation Status

CLI wrapper for transforming AWS Transcribe JSON files into txt files grouped by speaker.

Features

Getting Started

Install grouper from a terminal window with pip.

pip3 install -U aws-transcription-grouper

To run grouper, use the following command.

grouper AWS_TRANSCRIPTION_FILE.json

By default, grouper will create a text file in the directory you ran the command in and will name the text file using the base name of the json file your provided. For example, the command above would produce a grouped output file named AWS_TRANSCRIPTION_FILE.txt. If you want to specify the output name, you can do so by using the -o or –output flag. For example:

grouper AWS_TRANSCRIPTION_FILE.json -o important_conversation.txt

or

grouper AWS_TRANSCRIPTION_FILE.json -o important_conversation.txt

If you do not provide an output file name and the default file name is already present, grouper will append a number. So running

grouper AWS_TRANSCRIPTION_FILE.json
grouper AWS_TRANSCRIPTION_FILE.json

will create both AWS_TRANSCRIPTION.txt and AWS_TRANSCRIPTION_1.txt.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2021-09-09)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws_transcription_grouper-0.1.2.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

aws_transcription_grouper-0.1.2-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page