2 Answers
- Newest
- Most votes
- Most comments
0
It's easier to follow the Regular Directions in that Github post (not the Lamba directions) and:
- Download the .py file from the repo
- Ctrl click the folder in Finder to open a Terminal window where you saved the JSON transcript file
- Run
python ./transcript.py asrOutput.json— I had to run python3 instead of python - The transcript file is saved as a .txt file in the same folder with the speakers separated
Thanks faangbait!
answered 2 years ago
0
I believe you can set it up using the method in this document.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-event-notifications.html
When configuring, set "input/" in "Prefix." and check "All object create events" in "Event types".
Then scroll to the bottom of the screen and under "Destination" you can select Lambda.
Relevant content
- asked 2 years ago

At SDillon, are you able to help me run this program? I am not a developer and have no experience with Python.