GithubHelp home page GithubHelp logo

ajilim / voxceleb-luigi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maxhollmann/voxceleb-luigi

0.0 1.0 0.0 13 KB

Luigi pipeline to download VoxCeleb(2) audio from YouTube and extract speaker segments

Home Page: https://pypi.org/project/voxceleb_luigi/

License: MIT License

Python 100.00%

voxceleb-luigi's Introduction

voxceleb-luigi

pypi version

Luigi pipeline to download VoxCeleb audio from YouTube and extract speaker segments.

This pipeline can download both the original VoxCeleb and VoxCeleb2.

Installation

pip install voxceleb_luigi

You need to have ffmpeg and youtube-dl installed. On systems with apt, you can simply run:

sudo apt install ffmpeg youtube-dl

Usage

Some configuration is necessary, the easiest way is to put it in your luigi.cfg (default location is the current working directory; you can override this by setting the LUIGI_CONFIG_PATH environment variable).

[voxceleb.Config]
# Necessary, otherwise the pipeline will try to save data to /
data_out_dir=/path/to/voxceleb

# Only necessary if youtube-dl, ffmpeg, and ffprobe are not in your PATH:
ffmpeg_bin=/ffmpeg-dir/ffmpeg
ffmpeg_directory=/ffmpeg-dir
youtube_dl_bin=/path/to/youtube-dl

# 1 for VoxCeleb, 2 for VoxCeleb2 (default)
dataset=2

To run the pipeline, first start luigid:

luigid --background

and then start the workers:

luigi --module voxceleb_luigi --workers 5 voxceleb.ProcessPeople

voxceleb-luigi's People

Contributors

maxhollmann avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.