# CITATIONS ## Packages - **gradio** (Apache 2.0) - **transformers** (Apache 2.0) — Wolf et al. 2020 - **torch** (BSD-style) - **sentencepiece** (Apache 2.0) - **faster-whisper** (MIT) - **numpy**, **tqdm** (BSD/MIT) ## Models (Hugging Face) - `facebook/bart-large-cnn` — summarization (MIT) - `google/flan-t5-large` — text generation/extraction (Apache 2.0) - `Systran/faster-whisper-small` — transcription (MIT, multilingual) ## Data - `data/sample_transcript_en.txt` — small synthetic example for testing.