Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 709 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 709 Bytes

AudioLabeler

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.