Skip to content

Instantly share code, notes, and snippets.

@gusdelact
Created March 24, 2026 03:32
Show Gist options
  • Select an option

  • Save gusdelact/53e290f942dca9b8a82c687b7713e917 to your computer and use it in GitHub Desktop.

Select an option

Save gusdelact/53e290f942dca9b8a82c687b7713e917 to your computer and use it in GitHub Desktop.

Project Structure

  • app.py: Gradio entry point
  • services/transcription.py: speech-to-text logic
  • services/summarization.py: summarization and action item extraction
  • prompts/: prompt templates
  • tests/: unit tests
  • docs/: generated specs if needed

Conventions

  • small functions
  • explicit error handling
  • no business logic inside UI components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment