haesleinhuepf / faster-whisper-stt

Simple and basic python function for transcribing audio in realtime based on faster-whisper
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

GUI #4

Closed haesleinhuepf closed 2 months ago

haesleinhuepf commented 2 months ago

We need a graphical user interface for the text output. I'm thinking of a black full-screen window with a white label that is aligned at the bottom of the window. We could use qt to implement this. I propose to create a new gui.py in this repository which contains a class that represents the qt window. Additionally, we need a jupyter notebook that demonstrates how to open the window, and how to modify the text in the label on the bottom of the window.

git-bob think about this

github-actions[bot] commented 2 months ago

This message was generated by git-bob (version: 0.2.3, model: gpt-4o-2024-08-06), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

Certainly! Implementing a GUI using PyQt5 sounds like a great idea. I'll create a new gui.py with a QtWindow class that manages a full-screen window with a white label at the bottom. Also, I'll add a Jupyter notebook to demonstrate opening the window and updating the label text. Once I have the initial draft ready, I'll push it to the repository for feedback and further improvements.

haesleinhuepf commented 2 months ago

git-bob implement this