{"id":29487179,"url":"https://github.com/kh4sh3i/media2text","last_synced_at":"2026-04-30T16:32:43.101Z","repository":{"id":304662815,"uuid":"1019509398","full_name":"kh4sh3i/media2text","owner":"kh4sh3i","description":"Convert audio and video files into accurate text transcripts using AI ","archived":false,"fork":false,"pushed_at":"2025-07-14T13:05:41.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-30T16:32:28.558Z","etag":null,"topics":["ai","api","audio","chatgpt","convertor","deepseek","ffmpeg","media2text","tools","transcription","video","whisper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kh4sh3i.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-14T12:42:14.000Z","updated_at":"2025-07-14T13:05:44.000Z","dependencies_parsed_at":"2025-07-14T16:38:13.085Z","dependency_job_id":null,"html_url":"https://github.com/kh4sh3i/media2text","commit_stats":null,"previous_names":["kh4sh3i/media2text"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kh4sh3i/media2text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh4sh3i%2Fmedia2text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh4sh3i%2Fmedia2text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh4sh3i%2Fmedia2text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh4sh3i%2Fmedia2text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kh4sh3i","download_url":"https://codeload.github.com/kh4sh3i/media2text/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kh4sh3i%2Fmedia2text/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32470879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ai","api","audio","chatgpt","convertor","deepseek","ffmpeg","media2text","tools","transcription","video","whisper"],"created_at":"2025-07-15T09:00:53.081Z","updated_at":"2026-04-30T16:32:43.083Z","avatar_url":"https://github.com/kh4sh3i.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003ca\u003e\u003cimg src=\"/img/logo.png\" alt=\"\" width=\"200px\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-blue\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/kh4sh3i/media2text\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/commit-activity/m/kh4sh3i/media2text\"\u003e\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=kh4sh3i_\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/kh4sh3i_?style=flat\u0026logo=twitter\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/kh4sh3i\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/kh4sh3i?style=flat\u0026logo=github\"\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\n# 🎙️ media2text (AI Audio \u0026 Video Transcriber)\n\nConvert audio and video files into accurate text transcripts using AI (Whisper, DeepSeek, or OpenRouter models).  \nSupports multiple formats and can be self-hosted with minimal setup.\n\n## 🚀 Features\n\n- 🔊 Supports audio files: `.mp3`, `.wav`, `.m4a`, `.ogg`\n- 🎥 Supports video files: `.mp4`, `.mkv`, `.mov` (extracts audio automatically)\n- 🧠 Powered by AI models:\n  - OpenAI Whisper\n  - DeepSeek (via OpenRouter)\n- 🔧 Self-hosted: run locally on your own machine\n- 🗂 Outputs clean, timestamped text files\n\n## 🛠 Installation\n\n```bash\ngit clone https://github.com/kh4sh3i/media2text.git\ncd media2text\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\npip install -r requirements.txt\n```\n\nCreate your `.env` file (based on `.env.example`) and add your API keys if needed.\n\n## 🧪 Usage\n\n```bash\npython media2text.py \"path/to/media\"\n```\n\n## 🧠 Supported Models\n\n| Model     | API Support | Offline | Notes                        |\n|-----------|-------------|---------|------------------------------|\n| Whisper   | ✅ Yes       | ✅ Yes  | Best balance of accuracy/speed |\n| DeepSeek  | ✅ Yes       | ❌ No   | Requires API key via OpenRouter |\n\n\n## Tip\nfor export audio from video file you sohuld install FFmpeg\n\n## 📄 License\n\nMIT License. Use freely, credit appreciated.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkh4sh3i%2Fmedia2text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkh4sh3i%2Fmedia2text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkh4sh3i%2Fmedia2text/lists"}