|
--- |
|
language: |
|
- en |
|
pretty_name: Project Gutenberg Open Audiobook Collection |
|
tags: |
|
- synthetic-dataset |
|
- audio-dataset |
|
dataset_info: |
|
features: |
|
- name: title |
|
dtype: string |
|
- name: author |
|
dtype: string |
|
- name: link |
|
dtype: string |
|
- name: mp3 |
|
dtype: audio |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/* |
|
--- |
|
|
|
# Project Gutenberg Open Audiobook Collection |
|
|
|
Source: <https://marhamilresearch4.blob.core.windows.net/gutenberg-public/Website/browse.html> |
|
|
|
You will need to install `librosa` and `soundfile` to load this dataset |