You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like what you are building here and I have some ideas for improvements that I would like to build upon/implement however I've noticed that this repo doesn't have a license yet.
Would you consider adding an MIT License or another permissive open-source license? This would help ensure the project can be used, modified, and distributed freely by contributors and users alike.
Thanks for your consideration!
I also took a look at the current project and the MIT license seems to be compatible with most of the current dependencies, the one exception is wget as it is GPL license - but can be swapped out.
PyTorch (torch, torchaudio) - BSD License
SciPy - BSD License
NumPy - BSD License
Cython - Apache License 2.0
FastAPI - MIT License
Uvicorn - BSD License
python-multipart - Apache License 2.0
websockets - BSD License
python-dotenv - BSD License
requests - Apache License 2.0
sounddevice - MIT License
PyAudio - MIT License
pulsectl - MIT License
Hugging Face Hub - Apache License 2.0
Transformers - Apache License 2.0
OpenAI Whisper - MIT License
Faster Whisper - MIT License
NLTK - Apache License 2.0
pyannote.audio - MIT License
Hydra Core - MIT License
OmegaConf - BSD License
Deep Multilingual Punctuation - MIT License
CTC Forced Aligner - MIT License
The text was updated successfully, but these errors were encountered:
I like what you are building here and I have some ideas for improvements that I would like to build upon/implement however I've noticed that this repo doesn't have a license yet.
Would you consider adding an MIT License or another permissive open-source license? This would help ensure the project can be used, modified, and distributed freely by contributors and users alike.
Thanks for your consideration!
I also took a look at the current project and the MIT license seems to be compatible with most of the current dependencies, the one exception is wget as it is GPL license - but can be swapped out.
The text was updated successfully, but these errors were encountered: