Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
---
|
13 |
-
|
14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
English Accent Classifier!
|
2 |
+
|
3 |
+
How it works?
|
4 |
+
|
5 |
+
1) Takes video url or video file
|
6 |
+
2) Converts it into audio
|
7 |
+
3) Uses `whisper-tiny` to know which language is being spoken
|
8 |
+
4) If video language is english then uses speech brain's accent id classifier to show speaker accent along with confidence score.
|
9 |
+
|
10 |
+
Q: What if my transformer version doesn't expose `return_language` for `whisper-tiny`?
|
11 |
+
A: Then it will approximate the language by counting which language's tokens it is using the most.
|
|
|
|
|
|