Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,6 @@ Classifier to recognize the identity of a speaker
|
|
4 |
|
5 |
Project was done as a part of the AISF hackathon (www.aisf.co), VoID was a finalist :D
|
6 |
|
7 |
-
|
8 |
-
|
9 |
## Details
|
10 |
|
11 |
### Dataset
|
@@ -49,3 +47,7 @@ CNNetwork(
|
|
49 |
## Demo
|
50 |
|
51 |
Watch the demo of our model [here](https://www.loom.com/share/a8cb126af7b64ddaaa67c6f00e23f4e9)!
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
Project was done as a part of the AISF hackathon (www.aisf.co), VoID was a finalist :D
|
6 |
|
|
|
|
|
7 |
## Details
|
8 |
|
9 |
### Dataset
|
|
|
47 |
## Demo
|
48 |
|
49 |
Watch the demo of our model [here](https://www.loom.com/share/a8cb126af7b64ddaaa67c6f00e23f4e9)!
|
50 |
+
|
51 |
+
## Running locally
|
52 |
+
|
53 |
+
Make sure to create and install the conda dependencies declared in `void.yml`.
|