Skip to content

Kare-Udon/yaaa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAAA

A simple and easy to use audio data annotation tool.

Forked from audio-annotator.

English | 中文

interface image

Usage

Connect to Backend Server

Edit index.html line 43 var backendUrl = 'http://127.0.0.1:8000'; to your backend address.

You can use our backend server yaaa-backend or create your own.

Run Web Server

You can use any web server to serve the files. For example, you can use Python's built-in web server:

python -m http.server

We recommand using miniserve for one-click serving. Just put the binary in the folder and run it.

About

Yet, Another Audio Annotator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • CSS 4.4%
  • HTML 2.2%
  • Shell 1.1%