speechbrainteam
commited on
Commit
•
1808651
1
Parent(s):
b3f2cac
Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
|
|
63 |
year = {2021},
|
64 |
publisher = {GitHub},
|
65 |
journal = {GitHub repository},
|
66 |
-
howpublished = {
|
67 |
}
|
68 |
```
|
69 |
|
@@ -75,4 +75,9 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
|
|
75 |
year={2021},
|
76 |
booktitle={ICASSP 2021}
|
77 |
}
|
78 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
63 |
year = {2021},
|
64 |
publisher = {GitHub},
|
65 |
journal = {GitHub repository},
|
66 |
+
howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
|
67 |
}
|
68 |
```
|
69 |
|
|
|
75 |
year={2021},
|
76 |
booktitle={ICASSP 2021}
|
77 |
}
|
78 |
+
```
|
79 |
+
|
80 |
+
#### About SpeechBrain
|
81 |
+
SpeechBrain is an open-source and all-in-one speech toolkit. It is designed to be simple, extremely flexible, and user-friendly. Competitive or state-of-the-art performance is obtained in various domains.
|
82 |
+
Website: https://speechbrain.github.io/
|
83 |
+
GitHub: https://github.com/speechbrain/speechbrain
|