Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STT | Feature | Live transcription streaming #2

Open
GameTL opened this issue Jan 13, 2024 · 0 comments
Open

STT | Feature | Live transcription streaming #2

GameTL opened this issue Jan 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@GameTL
Copy link
Contributor

GameTL commented Jan 13, 2024

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

  1. 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.
  2. 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
  3. 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.
  4. Owner of the Repo will review and Merge your changes
@GameTL GameTL added the enhancement New feature or request label Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant