A simple iPyWidgets Audio Annotator to label audio data with minimal setup and maximum convnenience.
We have been working with audio data for long time. It was only until custom labelling (of this audio data), we realised the dearth of tools available online. For us the core
To run download the necessary pip packages in requirements.txt file.
- ipywidgets
- librosa
- matplotlib
- pandas
- numpy
- jupyter-lab
- Navigate to http://localhost:8888 in your browser
Checklist based features implemented.
- Fix Skip Button
- Continue from Previously stored labelled_df
- Drop files already in labelled_df
- Audio Sample & Predictions in text area widget
- Refactor Code
- Audio samples display side by side
- Add Test Set Tag to Layout
- Add Difficulty Tag to Layout
- Integrating Plotly RangeSlider (from EDA)
- Undo Last Label Option (CTRL + Z)
- On the run thresholding of predictions (Slider with Live-Observe)
- Reset Widget Values Button
- Weekly based Goal Tracker & associated Progress Bar
- Optimized Layout for Labelling (How??)
Please feel free to contribute to this contribute project.
