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.
Complete the following steps to use Whisper UI
- install Python3
- Install wxPython: pip install wxpython
- Install Whisper AI: pip install openai-whisper
- Run the script: Python3 whisperui.py
Complete the following steps to use Whisper UI
- Install Python3
- Install PySide6 pip install pyside6
- Install OpenAI Whisper pip install openai-whisper
- Install PyWhisper for Windows pip install pywhisper
- Run the script: python3 whisperui-pyside6.py