Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

moralesresearch/whisper-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTranscribe v3.0

With Python Qt 6's GUI to run Whisper for your audio files for transcription (basically Whisper with a GUI frontend).

Installation

For installing OpenTranscribe, you need to install Python 3.9.6 or higher, and PyQt6. You can install PyQt6 by running pip install PyQt6 in your terminal.

For macOS users, you can just download the .app.zip file from the releases page, anf unzip it. Then, you can run the app by double-clicking on it or moving into to the Applications folder for a permanent installation.

Usage

For usage, it's a very straightforward interface. For help on the different models, reference OpenAI's table (documentation) for help on choosing which model is best and convenient for you.

Support

If there's any issues or a bug, please open an issue on the issues page on GitLab instance. If you have any questions, please open a discussion on the discussions page on GitHub.

Authors and acknowledgment

(c) 2023 Abdon Morales Jr and Morales Research Corp.

This project has been archived on August 16, 2024 since pretty much OpenAI's chatGPT is as capable in its upcoming updates to do TTS or grab transcriptions from audio/video. Thus, this project is now considered obselete.

This project is based on OpenAI's Whisper