summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Statically link curation TUIHEADmasteryum2023-12-26
| | | | Also include it in the package.
* Add Makefile for pkg/v1.1.0yum2023-12-26
| | | | Handy to be able to `make clean` after generating a build.
* Add optional transcription & curation componentsyum2023-12-26
| | | | | | | | Add a transcribe button, which transcribes each .wav file using openai/whisper-large-v2, producing a corresponding .txt file. Also add a TUI tool for WSL. This tool lets you view transcripts and delete them with vi-like commands. Useful for cleaning data.
* Mic selection now done with a simple dropdownyum2023-12-23
| | | | | Mic list is populated at app start. To refresh the mic list, refresh the webpage.
* Add UI pictureyum2023-12-22
| | | | Also clean up some program output.
* Add licenseyum2023-12-22
|
* Add gradio webuiv1.0.0yum2023-12-22
|
* Initial commityum2023-12-20
Check in a shit ton of code. Most of the audio processing logic in `app.py` is lifted/ported from github.com/yum_food/TaSTT. I made some adjustments to make it work better (removing normalization, adding volume filters) and also increase fidelity.