Python

Lightweight Audio Transcription Script

Quick and dirty audio file transcription script that should be easy to use as a droplet or for desktop transcribing automations at https://github.com/krypted/lightweighttranscription. To use it:

  • Install awsCLI and boto3:
  • Instead of passing the credentials in the script, it is recommanded to install awscli and setup credential profile. If running as a microservice, simply hit the endpoint in the script instead.
  • If running on a computer, keep the Input file and script in the same dir to avoid search path failures.
  • Run script `python3 
    • E.g python3 lightweighttranscribe.py sample3.wav converted.txt
  • Output file will be created in same dir as script in case you don’t specify path.
https://github.com/krypted/lightweighttranscription