Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,11 @@ tags:
|
|
9 |
- NITGoa
|
10 |
---
|
11 |
|
12 |
-
For more information
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- NITGoa
|
10 |
---
|
11 |
|
12 |
+
For more information about the model as a whole: <a href="https://github.com/NLTM-NITG/Dialect-Identification">NLTM-National Institute of Technology Dialect-Identification </a>
|
13 |
+
|
14 |
+
Steps to use the model:
|
15 |
+
1) Download the models and .py files
|
16 |
+
2) Rename the paths to the models and to your corresponding audio file
|
17 |
+
3) Instance a model object: <b>model = DID_Model()</b>
|
18 |
+
4) Load the weights for the model by running: <b>model.load_weights(model_path)</b>
|
19 |
+
5) Predict the dialect through inference: <b>model.predict_dialect(aud_path, wave2vec_model_path)</b>
|