Commit
•
ac8b73e
1
Parent(s):
1f54fd0
Update README.md (#1)
Browse files- Update README.md (bfe8c2adec6b41910f66948bf3ff38571a5d8375)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>
README.md
CHANGED
@@ -23,11 +23,12 @@ metrics:
|
|
23 |
<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>
|
24 |
<br/><br/>
|
25 |
|
26 |
-
#
|
27 |
|
28 |
This repository provides all the necessary tools to perform sound recognition with SpeechBrain using a model pretrained on UrbanSound8k.
|
29 |
You can download the dataset [here](https://urbansounddataset.weebly.com/urbansound8k.html)
|
30 |
The provided system can recognize the following 10 keywords:
|
|
|
31 |
```
|
32 |
dog_bark, children_playing, air_conditioner, street_music, gun_shot, siren, engine_idling, jackhammer, drilling, car_horn
|
33 |
```
|
|
|
23 |
<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>
|
24 |
<br/><br/>
|
25 |
|
26 |
+
# Sound Recognition with ECAPA embeddings on UrbanSoudnd8k
|
27 |
|
28 |
This repository provides all the necessary tools to perform sound recognition with SpeechBrain using a model pretrained on UrbanSound8k.
|
29 |
You can download the dataset [here](https://urbansounddataset.weebly.com/urbansound8k.html)
|
30 |
The provided system can recognize the following 10 keywords:
|
31 |
+
|
32 |
```
|
33 |
dog_bark, children_playing, air_conditioner, street_music, gun_shot, siren, engine_idling, jackhammer, drilling, car_horn
|
34 |
```
|