aws-transcription-grouper 0.1.2

Creator: coderz1093

Last updated:

Add to Cart

Description:

awstranscriptiongrouper 0.1.2

AWS Transcription Grouper



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

Free software: MIT license
Documentation: https://aws-transcription-grouper.readthedocs.io.


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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.