Update README.md
Browse files
README.md
CHANGED
@@ -36,4 +36,19 @@ configs:
|
|
36 |
---
|
37 |
# Dataset Card for "emodb"
|
38 |
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
---
|
37 |
# Dataset Card for "emodb"
|
38 |
|
39 |
+
This is a mirror for the emodb dataset. You can find the original version here:
|
40 |
+
http://emodb.bilderbar.info/docu/
|
41 |
+
|
42 |
+
## Explore this dataset
|
43 |
+
|
44 |
+
You can interactively explore this dataset with Spotlight:
|
45 |
+
|
46 |
+
```python
|
47 |
+
import datasets
|
48 |
+
from renumics import spotlight
|
49 |
+
|
50 |
+
ds = datasets.load_dataset('renumics/emodb', split='all')
|
51 |
+
|
52 |
+
spotlight.show(ds)
|
53 |
+
```
|
54 |
+
|