Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,11 @@ BengaliRegionalASR trained on bengali regional dialact dataset. [sha1779/Bengali
|
|
14 |
This model is trained on this barishal regional data only. The dataset is taken from [ভাষা-বিচিত্রা: ASR for Regional Dialects](https://www.kaggle.com/competitions/ben10) competition.
|
15 |
|
16 |
# Try the model
|
|
|
|
|
|
|
|
|
|
|
17 |
```py
|
18 |
import os
|
19 |
import librosa
|
|
|
14 |
This model is trained on this barishal regional data only. The dataset is taken from [ভাষা-বিচিত্রা: ASR for Regional Dialects](https://www.kaggle.com/competitions/ben10) competition.
|
15 |
|
16 |
# Try the model
|
17 |
+
|
18 |
+
```bash
|
19 |
+
!pip install librosa torch transformers
|
20 |
+
```
|
21 |
+
|
22 |
```py
|
23 |
import os
|
24 |
import librosa
|