mirror of
https://github.com/openai/whisper.git
synced 2025-11-23 22:15:58 +00:00
- Create project directories (ui, models, utils) - Add PyQt6 environment setup with requirements.txt - Create main entry point (main.py) - Add comprehensive README with setup instructions - Add .gitignore for Python, PyTorch, and ML artifacts - Phase 1 complete: project structure and environment ready
8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
PyQt6==6.6.1
|
|
PyQt6-Qt6==6.6.1
|
|
PyQt6-sip==13.6.0
|
|
torch>=1.10.1
|
|
numpy
|
|
openai-whisper
|
|
tqdm
|