2 Open Issues Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub
Applications Search Tools

AI Summary: Build a basic Streamlit frontend for a podcast summarizer. The frontend should allow users to upload an audio file, view the generated transcript, and see the created chapters. The backend (containing the transcription and summarization logic) is assumed to be functional.

Complexity: 3/5
good first issue improvement missing functionality expand
Applications Search Tools

AI Summary: Implement functionality to save the raw transcript generated by the Whisper model to a `.txt` file named `transcript.txt` within the `examples/outputs/` directory. This involves modifying the existing transcription process to include file writing.

Complexity: 2/5
enhancement good first issue improvement dev missing functionality