summaryrefslogtreecommitdiffstats
path: root/curate/Makefile
Commit message (Collapse)AuthorAge
* Statically link curation TUIHEADmasteryum2023-12-26
| | | | Also include it in the package.
* 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.