Open Issues Need Help
View All on GitHub Applications • Search Tools
Build simple frontend using Streamlit about 2 months ago
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
Save raw transcript to `.txt` file about 2 months ago
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