Jzuluaga commited on
Commit
7bfce13
1 Parent(s): 90e34fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -37,13 +37,13 @@ widget:
37
  <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
38
  <br/><br/>
39
 
40
- # Accent Identification from Speech Recordings with ECAPA embeddings on CommonAccent
41
 
42
  This repository provides all the necessary tools to perform accent identification from speech recordings with [SpeechBrain](https://github.com/speechbrain/speechbrain).
43
  The system uses a model pretrained on the CommonAccent dataset in English (16 accents). This system is based on the CommonLanguage Recipe located here: https://github.com/speechbrain/speechbrain/tree/develop/recipes/CommonLanguage
44
 
45
 
46
- The provided system can recognize the following 16 languages from short speech recordings:
47
 
48
  ```
49
  african australia bermuda canada england hongkong indian ireland malaysia newzealand philippines scotland singapore southatlandtic us wales
@@ -79,7 +79,7 @@ pip install speechbrain
79
  Please notice that we encourage you to read our tutorials and learn more about
80
  [SpeechBrain](https://speechbrain.github.io).
81
 
82
- ### Perform Language Identification from Speech Recordings
83
 
84
  ```python
85
  import torchaudio
 
37
  <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
38
  <br/><br/>
39
 
40
+ # Accent Identification from Speech Recordings with ECAPA-TDNN embeddings on CommonAccent
41
 
42
  This repository provides all the necessary tools to perform accent identification from speech recordings with [SpeechBrain](https://github.com/speechbrain/speechbrain).
43
  The system uses a model pretrained on the CommonAccent dataset in English (16 accents). This system is based on the CommonLanguage Recipe located here: https://github.com/speechbrain/speechbrain/tree/develop/recipes/CommonLanguage
44
 
45
 
46
+ The provided system can recognize the following 16 accents from short speech recordings in English (EN):
47
 
48
  ```
49
  african australia bermuda canada england hongkong indian ireland malaysia newzealand philippines scotland singapore southatlandtic us wales
 
79
  Please notice that we encourage you to read our tutorials and learn more about
80
  [SpeechBrain](https://speechbrain.github.io).
81
 
82
+ ### Perform Accent Identification from Speech Recordings
83
 
84
  ```python
85
  import torchaudio