{"id":27946678,"url":"https://github.com/tameronline/speech_recognition","last_synced_at":"2025-10-05T06:08:43.731Z","repository":{"id":290975606,"uuid":"976164984","full_name":"TamerOnLine/speech_recognition","owner":"TamerOnLine","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-01T16:31:46.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T13:56:57.366Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TamerOnLine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-01T16:04:44.000Z","updated_at":"2025-05-01T16:31:49.000Z","dependencies_parsed_at":"2025-05-01T17:55:57.684Z","dependency_job_id":null,"html_url":"https://github.com/TamerOnLine/speech_recognition","commit_stats":null,"previous_names":["tameronline/speech_recognition"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fspeech_recognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fspeech_recognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fspeech_recognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fspeech_recognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TamerOnLine","download_url":"https://codeload.github.com/TamerOnLine/speech_recognition/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252892520,"owners_count":21820646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-07T13:57:00.618Z","updated_at":"2025-10-05T06:08:38.689Z","avatar_url":"https://github.com/TamerOnLine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🎙️ Speech Recognition (Arabic) using OpenAI Whisper\n\nThis is a simple yet professional Python project for transcribing **Arabic speech from video files** using OpenAI's [Whisper](https://github.com/openai/whisper) model.\n\n---\n\n## 📁 Project Structure\n\n```\ntameronline-speech_recognition/\n├── app.py               # Main script for transcription\n├── requirements.txt     # Python dependencies\n└── README.md            # Project documentation\n```\n\n---\n\n## 🔧 What It Does\n\n- Loads a Whisper model (base, small, medium, etc.)\n- Extracts audio from the given video file\n- Transcribes Arabic speech to text with high accuracy\n- Displays the result in the terminal\n- Can be extended to save the result in a `.txt` file\n\n---\n\n## 📋 Requirements\n\n- Python 3.8+\n- `ffmpeg` installed and added to system PATH\n- Internet connection (for the first-time model download)\n\n---\n\n## 🚀 Setup \u0026 Usage\n\n1. **Clone the repository** (or download it as a ZIP):\n   ```bash\n   git clone https://github.com/your-username/speech_recognition.git\n   cd speech_recognition\n   ```\n\n2. **(Optional)** Create a virtual environment:\n   ```bash\n   python -m venv venv\n   .\\venv\\Scripts\\activate\n   ```\n\n3. **Install required libraries**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Run the app**:\n   ```bash\n   python app.py\n   ```\n\n---\n\n## 📦 Example Code\n\n```python\nfrom app import transcribe_video_to_text\n\ntext = transcribe_video_to_text(\"video.mp4\", model_size=\"base\")\n```\n\n---\n\n## ⚠️ FFMPEG Required\n\nPlease make sure [`ffmpeg`](https://ffmpeg.org/download.html) is installed on your system and available in your environment `PATH`.\n\nIf not available, the script will fail to read video/audio files.\n\n---\n\n## 🖥️ GUI Alternative (No Coding)\n\nFor non-programmers or quick use, try this free and open-source desktop app:\n\n### 🔗 [Whisper Desktop GUI](https://github.com/Const-me/Whisper)\n\n- No Python needed\n- Works directly on Windows\n- Supports Arabic speech recognition\n- Drag-and-drop interface\n\n---\n\n## 📄 License \u0026 Credits\n\n- Uses OpenAI's [Whisper](https://github.com/openai/whisper)\n- Free to use, modify, and extend\n\n---\n\n## 🙋‍♂️ Author\n\n**TamerOnLine**  \n🔗 [GitHub](https://github.com/TamerOnLine) | [LinkedIn](https://www.linkedin.com/in/tameronline) | [YouTube](https://www.youtube.com/@TamerOnPi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftameronline%2Fspeech_recognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftameronline%2Fspeech_recognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftameronline%2Fspeech_recognition/lists"}