Skip to content

Whisper UI is a wxPython graphical interface for Whisper AI by OpenAI

License

Notifications You must be signed in to change notification settings

mikedoise/whisperui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whisper UI

Whisper UI is a Python project that uses WXPython or PySide6 to display a user interface for the Whisper AI transcription tool. The UI is very basic at this point, but the project will improve over time.

Usage

wxPython

Complete the following steps to use Whisper UI

  1. install Python3
  2. Install wxPython: pip install wxpython
  3. Install Whisper AI: pip install openai-whisper
  4. Run the script: Python3 whisperui.py

PySide6

Complete the following steps to use Whisper UI

  1. Install Python3
  2. Install PySide6 pip install pyside6
  3. Install OpenAI Whisper pip install openai-whisper
  4. Install PyWhisper for Windows pip install pywhisper
  5. Run the script: python3 whisperui-pyside6.py

About

Whisper UI is a wxPython graphical interface for Whisper AI by OpenAI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages