transcription-bot/requirements.txt
NicholaiVogel c5ccd14048 feat: Initial Whisper Transcription TUI implementation
- Added Textual-based TUI with file selection and progress monitoring

- Implemented transcription service with OpenAI API and local Whisper backends

- Added markdown formatter for transcription output

- Configuration management for persistent API keys and output directory

- Comprehensive README with installation and usage instructions

- Support for multi-file batch processing

- Beautiful terminal UI with modal dialogs for user input
2025-10-20 16:43:35 -06:00

18 lines
287 B
Plaintext

# TUI Transcription Application Dependencies
# Terminal UI Framework
textual>=0.40.0
# OpenAI API and Whisper
openai>=1.0.0
openai-whisper>=20240314
# Configuration and Environment
python-dotenv>=1.0.0
# Utilities and Formatting
rich>=13.0.0
# Audio processing
ffmpeg-python>=0.2.1