NLTM-NITG's picture
Update README.md
b5148a5 verified
metadata
license: mit
language:
  - en
  - mr
tags:
  - DID
  - NLTM
  - NITGoa

For more information about the model as a whole: NLTM-National Institute of Technology Dialect-Identification

Steps to use the model:

  1. Download the models and .py files
  2. Rename the paths to the models and to your corresponding audio file
  3. Instance a model object: model = DID_Model()
  4. Load the weights for the model by running: model.load_weights(model_path)
  5. Predict the dialect through inference: model.predict_dialect(aud_path, wave2vec_model_path)