Skip to content

Transcribe Audio files using Command Line Interface

Notifications You must be signed in to change notification settings

sacheex/tranXcribe-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tranXcribe CLI

This is a CLI version of tranXcribe webApp

Transcribing audio files to text using openAI Whisper

Supported audio formats - m4a, mp3, webm, mp4, mpga, wav, mpeg

Read FAQs here

INSTALLATION

# 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>"

USAGE AND OPTIONS

python tranXcribe.py [OPTIONS]

General Options:

-h, --help                Print this help message and exit
-a PATH, --audio PATH     Path to audio file

About

Transcribe Audio files using Command Line Interface

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages