Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 953 Bytes

README.md

File metadata and controls

48 lines (36 loc) · 953 Bytes

Audioset downloader


This repository is created to make it easy to download Audioset.

Pre-requisites

  • Python3
  • anaconda

How to start

1. Installation

- 1.1 Clone this repo:

git clone https://github.com/Onedas/Audioset_downloader.git

- 1.2 Install

tqdm, ffmpeg, youtube-dl

  • For conda users, you can create a new Conda environment and install, using
conda env create -f environment.yml

or

conda create -n Audioset_downloader python=3.7
conda activate Audioset_downloader

conda install -c conda-forge tqdm -y
conda install -c conda-forge ffmpeg -y
conda install -c conda-forge youtube-dl -y

2. How to Use

  • All data download it maybe takes few days(2 or 3 days)
python downloader.py 
  • Optional
python downloader.py --meta [balanced_train_segments.csv | eval_segments.csv | unbalanced_train_segments.csv]