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

Integration with other whisper models #133

Open
tenvinc opened this issue Aug 17, 2024 · 1 comment
Open

Integration with other whisper models #133

tenvinc opened this issue Aug 17, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@tenvinc
Copy link

tenvinc commented Aug 17, 2024

Great work on the implementation! Just wondering if you have considered the integration of other whisper models into the pipeline, such as faster-whisper (https://github.com/SYSTRAN/faster-whisper?tab=readme-ov-file) which may be faster than the original models?

Also, on another note, if I would like to add that functionality, which file should I look at to understand how to do the integration?

@cyberofficial cyberofficial self-assigned this Aug 17, 2024
@cyberofficial cyberofficial added enhancement New feature or request question Further information is requested labels Aug 17, 2024
@cyberofficial
Copy link
Owner

cyberofficial commented Aug 17, 2024

Hello!

Currently I have looked into other whisper models to use, though I have not invested time into implementing such thing. I would love to do that, but currently I am investing time into making a server control panel for remote machines for like runpod and other VPS type hosts.

I'm also in the process of making the project more modular by taking taking stuff from the transcribe_audio.py file and making them independently into a module setting like in modules folder. Everything is sort of a spaghetti code right now.

So if you want to implement Faster Whisper, Currently the files to look at are:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants