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

pip package #38

Open
christophschuhmann opened this issue Oct 19, 2023 · 4 comments
Open

pip package #38

christophschuhmann opened this issue Oct 19, 2023 · 4 comments

Comments

@christophschuhmann
Copy link

Could you make a pip package? :)

@sheepymeh
Copy link

I've created one unofficially at https://pypi.org/project/nisqa/2.0/ and the files required to build it are in #47

@anuragkumar95
Copy link

Is there a python package for NISQA. In short, what would be the best way if we want to use the NISQA model during runtime? I would like something like,

wav = librosa.load(wav_path)
mos = NISQA(wav)

@sheepymeh
Copy link

Sorry for the wrong link I posted previously (there was a packaging error so the version number is now 2.0.post2). You can just install the nisqa package using pip. You can use the same functions as shown in the run_train.py and run_evaluate.py files.

@anuragkumar95
Copy link

Is there any way in which NISQA can read a loaded wav file during runtime instead of reading .wav file from disk?

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