podcast-sponsor-remove

Attempt at identify sponsored segments in audio transcripts and removing them.
Log | Files | Refs

DateCommit messageAuthorFiles+-
2025-08-24 04:31try finetuning encoder-decoder model like t5gemmavin6+187-26
2025-08-23 21:23add finetuning scriptsvin2+122-0
2025-08-23 17:35add helper script to split dataset.jsonlvin1+63-0
2025-08-23 17:29add helper script for reviewing input into datasetvin2+125-1
2025-08-23 06:26adapt asr.py for multiple file inputsvin1+30-32
2025-08-23 05:33add highlight/visualizer script and update system promptvin2+155-30
2025-08-23 03:28whisper.cpp replaced by onnx-asrvin1+0-42
2025-08-22 22:36update main scriptvin3+134-417
2025-08-22 21:51add formattingvin2+291-3
2025-08-22 20:53improve asr.pyvin1+65-54
2025-08-22 19:47update with newer parakeetvin1+1-1
2025-08-13 15:16add parakeet asr via onnxvin1+68-0
2025-07-19 21:59provide better examples in system prompt and retry on errorvin1+215-69
2025-07-19 16:36save output in data/, not where podcasts arevin1+14-4
2025-07-19 15:41change chunking to overlapping time segmentsvin1+52-55
2025-07-19 07:15output data in jsonlvin1+6-4
2025-07-19 05:51respect ratelimit and change output extension to .gptvin1+38-40
2025-07-19 05:16remove prototyping llm prints, use tqdm, use arguments as inputsvin1+134-140
2025-07-19 02:45initial payloadvin2+334-0