GitHub - tmulc18/AudioLabeler: Simple web app for labeling audio clips.

1 min read Original article ↗

Simple web app for labeling audio clips. The web app is no frills and can easily be modified for other projects. The results are stored in csv file (by default this file is named record.csv).

Setup

Place all data in a data folder within the static folder. Chaning settings/settings.json to have the correct class labels.

Run

export FLASK_APP=run.py
flask run

Requirements

  • Flask
  • Python 3.6
  • Google Chrome

Acknowledgements

This work is based off of USC supervising UI. The provided audio examples are from LJ-Speech-Dataset.