This is a CLI version of tranXcribe webApp
Transcribing audio files to text using openAI Whisper
Read FAQs here
# clone the repo
$ git clone https://github.com/sacheex/tranXcribe-CLI.git
# navigate to the directory
$ cd tranXcribe-CLI
# install the requirements
$ python3 -m pip install -r requirements.txt
Generate Openai API key and add it to the .env
file.
OPENAI_API_KEY = "<add your OPENAI API KEY here>"
python tranXcribe.py [OPTIONS]
-h, --help Print this help message and exit
-a PATH, --audio PATH Path to audio file