Datasets:
Tasks:
Audio Classification
Sub-tasks:
keyword-spotting
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -64,8 +64,9 @@ The enrichments allow you to quickly gain insights into the dataset. The open so
|
|
64 |
Install datasets and Spotlight via [pip](https://packaging.python.org/en/latest/key_projects/#pip):
|
65 |
|
66 |
```python
|
67 |
-
!pip install renumics-spotlight datasets
|
68 |
```
|
|
|
69 |
|
70 |
Load the dataset from huggingface in your notebook:
|
71 |
|
|
|
64 |
Install datasets and Spotlight via [pip](https://packaging.python.org/en/latest/key_projects/#pip):
|
65 |
|
66 |
```python
|
67 |
+
!pip install renumics-spotlight datasets[audio]
|
68 |
```
|
69 |
+
> **_Notice:_** On Linux, non-Python dependency on libsndfile package must be installed manually. See [Datasets - Installation](https://huggingface.co/docs/datasets/installation#audio) for more information.
|
70 |
|
71 |
Load the dataset from huggingface in your notebook:
|
72 |
|