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

local whisper #1016

Closed
pelikhan opened this issue Jan 16, 2025 · 2 comments
Closed

local whisper #1016

pelikhan opened this issue Jan 16, 2025 · 2 comments

Comments

@pelikhan
Copy link
Member

support https://github.com/ahmetoner/whisper-asr-webservice

Copy link

Adding support for https://github.com/ahmetoner/whisper-asr-webservice involves integrating an external ASR (Automatic Speech Recognition) service. This will enhance the functionality of your current Whisper implementation by allowing users to transcribe audio files or live streams more efficiently.

To proceed with this, there are a few steps you should consider:

  1. Understand the Service: Review the documentation and requirements for whisper-asr-webservice.
  2. Compatibility Check: Ensure that the API provided by the service is compatible with your current system.
  3. Integration Plan:
    • Parse input files or live streams to conform to the required format for the external service.
    • Implement a method to send requests and handle responses from the external ASR service.
    • Integrate response handling into your existing Whisper workflow to display transcriptions.

Potential Challenges

  • API Rate Limits: Be mindful of any rate limits imposed by the external service.
  • Error Handling: Enhance error handling to manage failures gracefully without disrupting user experience.
  • Performance: Monitor performance after integrating the new ASR service to ensure it doesn't negatively impact latency.

After considering these points, you can start the integration process. Let's discuss next steps or any questions you may have regarding this.

AI-generated content by issue-reviewer may be incorrect

@pelikhan
Copy link
Member Author

#1018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant