- 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
18 lines
287 B
Plaintext
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
|