amazon-transcribe-output-word-document
amazon-transcribe-output-word-document copied to clipboard
An Amazon Transcribe demo to produce a Microsoft Word document containing the turn-by-turn transcription of the audio. This will include additional metadata depending upon the options selected, such...
i have install the pre-requesite libraries but still facing issue when running the script from docx import Document ModuleNotFoundError: No module named 'docx' what more am i missing ?
Looks like https://docs.aws.amazon.com/transcribe/latest/dg/diarization.html is required. Code is looking to iterate over the `speaker_labels` key. ``` "speaker_labels": { "channel_label": "ch_0", "speakers": 2, "segments": [ { ``` If the JSONs were produced...
Hello there i tried diff env but it doesn't work Example: 1-i use - docker pull python:latest with Python 3.10.4 in there 2- install all dep using pip install command...
Hi, experimenting with this json, while the original github is for use with Transcribe Call Analytics json files, is there we can use this with Contact Lens Analytics json files...examples...