CLI wrapper for transforming AWS Transcribe JSON files into txt files grouped by speaker.
Project description
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.
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 Distribution
Built Distribution
File details
Details for the file aws_transcription_grouper-0.1.2.tar.gz
.
File metadata
- Download URL: aws_transcription_grouper-0.1.2.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d254ff7c9c6c4e33e0df5f49d0bfbbea3148487b161c3f82298713685b543d70 |
|
MD5 | d046816241541fc2e9c104cf6e53cf5e |
|
BLAKE2b-256 | 276162e308e666019bb64ab5122710e0c4170f4a925f92063f938063045b1003 |
File details
Details for the file aws_transcription_grouper-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: aws_transcription_grouper-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 027d5b8d5a9c3b7b45152751318ad69bbebee158bb5a8c82bbc45b428c213c73 |
|
MD5 | 29bbd289fafef6f6b436eae045744ba1 |
|
BLAKE2b-256 | dab81c70bdcfe3351329640c2809308b64d753b1c80ba98432a00ee9e9785916 |