How to use sahita/language-identification with speechbrain:
from speechbrain.pretrained import EncoderClassifier model = EncoderClassifier.from_hparams( "sahita/language-identification" ) model.classify_file("file.wav")
The community tab is the place to discuss and collaborate with the HF community!