Transcribing audio files to text using openAI Whisper
Read FAQs here
CLI version of this Web App
# clone the repo
$ git clone https://github.com/sacheex/tranXcribe.git
# navigate to the directory
$ cd tranXcribe
# 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 app.py
Visit http://127.0.0.1:5000/
in your browser