mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +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
9 lines
185 B
Python
9 lines
185 B
Python
"""
|
|
Farsi Transcriber Application
|
|
|
|
A desktop application for transcribing Farsi audio and video files using OpenAI's Whisper.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|
|
__author__ = "Personal Project"
|