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

Optional, dynamic dependencies at Python runtime #3

Open
ArtyomVancyan opened this issue Sep 23, 2023 · 1 comment
Open

Optional, dynamic dependencies at Python runtime #3

ArtyomVancyan opened this issue Sep 23, 2023 · 1 comment

Comments

@ArtyomVancyan
Copy link

Hi @FlorianEagox, can you list the libraries that should be installed based on the operating system and running options? At https://stackoverflow.com/questions/77084311, you did not mention any library names or which one should be used for a particular OS.

@FlorianEagox
Copy link
Owner

Ahoy there! Thanks so much for reaching out and sorry it's taken me so long to get into this feature. I've been deliberating a lot. Basically, I'd like to be able to let the user choose certain features they want to install at runtime. So if you realize you want diarization, when you click the diarize button, you'll be prompted to install it to the venv if it's not installed, and the code will start a pip install.

Eveventually, it would be cool (not sure if it's possible tho) to publish binary executables that can still install packages with pip. Maybe a binary that can deploy the venv automatically?

The list of optional packages should be

Coqui TTS
Pyannote Audio
Spleeter
Speechbrain
YouTube DLP

All these packages together take up a ton of space and may never actually be used depending on the user's needs.

If this is something you know how to do, feel free to give me guidance or even consider contributing c:

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

2 participants