Coder Social home page Coder Social logo

schaltung / fae-cv Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 24.64 MB

This repo contains the reicpe to assemble a corpus for Foreign Accented English using the crowdsourced corpus Common Voice which contains (optional) accent labels.

License: Apache License 2.0

Dockerfile 1.73% Jupyter Notebook 98.27%
accent-detection accent-recognition biometrics common-voice paralinguistics speaker-recognition voice-biometrics

fae-cv's Introduction

FAE Common Voice 2022

Foreign-Accented English from the crowdsourced Common Voice corpus.

Design Criteria:

  • Use validated.tsv recordings only from cv-corpus-10.0-2022-07-04.
  • ~20sec per speaker.
  • ~100-500 speakers per accent-class.
  • Favor speaker diversity and gender balance.

Requirements.

  • Install docker-compose version > 1.29 or Compose V2 preferrably.
  • Create a .env file and define these variable:
    • PATH_CORPORA=/local/directory/where/cv/was/downloaded/
    • PORT_JUPY=8888 # local port of choice

For example .env:

PATH_CORPORA=/data/corpora/CommonVoice
PORT_JUPY=0  # 0 picks random port

Build docker image.

Note: If using Compose V2, simply replace docker-compose with docker compose.

docker-compose build

Run docker container.

docker-compose -p fae$USER up -d --force-recreate

Running Jupyter notebook

Find the assigned local port by inspecting

docker-compose -p fae$USER ps
       Name                    Command                 State                         Ports                   
-------------------------------------------------------------------------------------------------------------
faejsmith_FAECV_1   tini -g -- start-notebook.sh   Up (healthy)   0.0.0.0:49153->8888/tcp,:::49153->8888/tcp

The container is listening to that port: http://server:49153/

Find the corresponding access token in the container logs:

docker-compose -p fae$USER logs

Sample visualization of the Accents-Embedding space.

Follow the FAE/CV22 recipe to duplicate the visualization below.

References

[1] Ardila R, Branson M, Davis K, Henretty M, Kohler M, Meyer J, Morais R, Saunders L, Tyers FM, Weber G. (2019). Common voice: A massively-multilingual speech corpus. arXiv preprint arXiv:1912.06670. 2019 Dec 13.

fae-cv's People

Contributors

schaltung avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.