Local Ai
MinusPod: Fully Self-Hostable Automatic Podcast Ad Removal.
MinusPod is a fully self-hostable podcast proxy tool that removes ads from podcasts using Whisper transcription and serves modified RSS feeds compatible with any podcast app. Its pipeline uses W...
MinusPod is a fully self-hostable podcast proxy tool that removes ads from podcasts using Whisper transcription and serves modified RSS feeds compatible with any podcast app. Its pipeline uses Whisper to convert audio to text with timestamps, the Claude API to identify ad segments, and FFmpeg to remove those segments and insert short audio markers, with the modified feed served via Flask. The first play of an episode takes a few minutes to process, while subsequent plays are served instantly from cache.
Related
- I built AmicoScript: A local-first Whisper UI with Speaker Diarization and Ollama integration for summaries.
- OmniVoice: multilingual local TTS with 600+ languages, voice cloning, and an OpenAI-compatible server
- Got Microsoft's VibeVoice TTS running locally with OpenAI-compatible API — here's my setup
- Alternative to NotebookLM with no data limits
Source: local-ai