File size: 604 Bytes
b25ecc2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26dc09b
b25ecc2
 
 
 
 
 
 
 
 
937b05c
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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