Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
Dialect_Identification_Indian_Languages_Marathi – AI Model by NLTM-NITG | AlphaNeural AI
You can deploy this model and start earning money today!
NLTM-NITG
/
Dialect_Identification_Indian_Languages_Marathi
like
0
DID
NLTM
NITGoa
en
mr
mit
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
For more information about the model as a whole:
NLTM-National Institute of Technology Dialect-Identification
Steps to use the model:
Download the models and .py files
Rename the paths to the models and to your corresponding audio file
Instance a model object:
model = DID_Model()
Load the weights for the model by running:
model.load_weights(model_path)
Predict the dialect through inference:
model.predict_dialect(aud_path, wave2vec_model_path)