Skip to content

A web app that transcribes input audio into text.

Notifications You must be signed in to change notification settings

sachithdh/tranXcribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tranXcribe

Transcribing audio files to text using openAI Whisper

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

Read FAQs here

CLI version of this Web App

Installation

# 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

Usage

Generate Openai API key and add it to the .env file.

OPENAI_API_KEY = "<add your OPENAI API KEY here>"

Run the app

$ python app.py

Visit http://127.0.0.1:5000/ in your browser

Screenshots

Screenshot

About

A web app that transcribes input audio into text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published