Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yjg30737/pyqt-simple-whisper-gui
Whisper text-to-speech, speech-to-text example in PyQt5 GUI
https://github.com/yjg30737/pyqt-simple-whisper-gui
openai pyqt pyqt-ai pyqt5 pyqt5-desktop-application pyqt5-examples pyqt5-gui whisper
Last synced: 18 days ago
JSON representation
Whisper text-to-speech, speech-to-text example in PyQt5 GUI
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-simple-whisper-gui
- Owner: yjg30737
- License: mit
- Created: 2023-11-20T08:56:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T11:37:45.000Z (about 1 year ago)
- Last Synced: 2024-01-29T06:56:12.390Z (11 months ago)
- Topics: openai, pyqt, pyqt-ai, pyqt5, pyqt5-desktop-application, pyqt5-examples, pyqt5-gui, whisper
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt-simple-whisper-gui
Whisper text-to-speech, speech-to-text example in PyQt5 GUI## Preview (GUI)
### Text-to-speech
![image](https://github.com/yjg30737/pyqt-simple-whisper-gui/assets/55078043/c3a074a9-9370-40cd-8c3b-260e2fa37471)### Speech-to-text
![image](https://github.com/yjg30737/pyqt-simple-whisper-gui/assets/55078043/97945a08-f1c0-4c93-8f11-ef5ce3e8af6a)Either one, click the run button after setting your api key of openai :)
File will be saved as mp3 file in tts, and load by only mp3 file in stt.