Skip to content

smart-audio/audio_diarization_annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Diarization Annotation

Audio Diarization Annotation tool based on library wavesurfer.js. Serves by Flask.

How to use

python app/app.py <working_dir> working_dir directory is like the following demo_dir.

├── demo_dir
│   ├── annotation
│   │   └── demo1.json
│   └── audio
│       └── demo1.mp3

Requirements

  • Python 3
  • Flask