Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tmulc18/audiolabeler
- Owner: tmulc18
- License: mit
- Created: 2017-12-07T19:27:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T02:27:05.000Z (about 7 years ago)
- Last Synced: 2024-10-29T21:10:11.812Z (3 months ago)
- Language: HTML
- Size: 582 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).