whisper/farsi_transcriber/requirements.txt
Claude 86b2a93dee
feat: Initialize Farsi Transcriber application structure
- 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
2025-11-12 05:09:15 +00:00

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