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

Make it easy to import and use in other python modules #73

Closed
chamini2 opened this issue Nov 27, 2023 · 3 comments
Closed

Make it easy to import and use in other python modules #73

chamini2 opened this issue Nov 27, 2023 · 3 comments
Assignees

Comments

@chamini2
Copy link

I wanted to build on top of the work being done here (specially since diarization is coming soon) and I had to copy paste the transformers code into my code rather than

from insanely_fast_whisper import pipe

pipe(...)

Or maybe

from insanely_fast_whisper import build_pipe

pipe = build_pipe("large-v3", ...)
pip(...)

Can we get initial support for lib use?

@Vaibhavs10
Copy link
Owner

I'm not opposed to the idea. But I would let @patrick91 weigh in here!

@chamini2
Copy link
Author

I think #42 is a good example where lib use would come in handy.

@patrick91
Copy link
Collaborator

@chamini2 I don't have time to implement it this week, but happy to review any PRs 😊

@Vaibhavs10 Vaibhavs10 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 16, 2023
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

3 participants