You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using distil-whisper for as a replacement for whisper as it is faster.
Goal on the surface
A display with a UI with STT whisper stream of what the user is saying:
naturally the STT will correct some previous word as it goes so it needs to refresh with every new word.
Goal technically
have the stt server stream the transciption text via any protocol websocket, udp etc. to the frontend UI.
How to Start using Github Desktop
Fork this repository by cloning and select contribute to the repository: Creating a fork is essentially making your own copy of the repository on your GitHub account. This allows you to freely experiment and make changes without affecting the original project.
Create your on branch. Commit and push to your own branch: By creating a new branch, you can make your changes without affecting the main project
When the feature is finish, Create a Pull Request: A pull request tells the maintainers of the original repository that you’ve made some changes that you think should be added to their repository.
Owner of the Repo will review and Merge your changes
The text was updated successfully, but these errors were encountered:
Currently we are using distil-whisper for as a replacement for whisper as it is faster.
Goal on the surface
A display with a UI with STT whisper stream of what the user is saying:
Goal technically
have the stt server stream the transciption text via any protocol websocket, udp etc. to the frontend UI.
How to Start using Github Desktop
The text was updated successfully, but these errors were encountered: