Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmulc18/audiolabeler

Simple web app for labeling audio clips.
https://github.com/tmulc18/audiolabeler

Last synced: about 2 months ago
JSON representation

Simple web app for labeling audio clips.

Awesome Lists containing this project

README

        

# 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
```bash
export FLASK_APP=run.py
flask run
```

## Requirements
* Flask
* Python 3.6
* Google Chrome

## Acknowledgements

This work is based off of [USC supervising UI](https://github.com/USCDataScience/supervising-ui). The provided audio examples are from [LJ-Speech-Dataset](https://keithito.com/LJ-Speech-Dataset/).