Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save gusdelact/e819031edec1e68ea56e8a165ac719ca to your computer and use it in GitHub Desktop.
inclusion always

Technology Steering

Architecture Principles

  • Separate UI, services, and orchestration
  • No business logic in UI
  • Allow model replacement without changing requirements

Technology Stack

  • Python 3.11+
  • Gradio
  • huggingface_hub (InferenceClient)

Model Strategy

Speech-to-Text

  • openai/whisper-large-v3

Summarization

  • facebook/bart-large-cnn

Prompting

  • Prompts must be externalized
  • Must define structured outputs

Data Handling

  • No persistence of user data

Security

  • Use environment variables
  • No hardcoded tokens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment