{"id":51361733,"url":"https://github.com/zigai/whisper.cpp.py","last_synced_at":"2026-07-02T23:35:30.205Z","repository":{"id":362357436,"uuid":"1057234224","full_name":"zigai/whisper.cpp.py","owner":"zigai","description":"Python wrapper around whisper.cpp server","archived":false,"fork":false,"pushed_at":"2026-06-14T23:37:04.000Z","size":254,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-15T01:15:31.673Z","etag":null,"topics":["whisper","whisper-cpp","whisper-cpp-python","whisper-server","whispercpp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zigai.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-15T13:02:49.000Z","updated_at":"2026-06-14T23:37:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zigai/whisper.cpp.py","commit_stats":null,"previous_names":["zigai/whisper.cpp.py"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zigai/whisper.cpp.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigai%2Fwhisper.cpp.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigai%2Fwhisper.cpp.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigai%2Fwhisper.cpp.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigai%2Fwhisper.cpp.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigai","download_url":"https://codeload.github.com/zigai/whisper.cpp.py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigai%2Fwhisper.cpp.py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35067031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["whisper","whisper-cpp","whisper-cpp-python","whisper-server","whispercpp"],"created_at":"2026-07-02T23:35:29.714Z","updated_at":"2026-07-02T23:35:30.180Z","avatar_url":"https://github.com/zigai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# whisper.cpp.py\n\nPython wrapper around [whisper.cpp](https://github.com/ggml-org/whisper.cpp) server.\n\n## Installation\n\nThis package requires [whisper.cpp](https://github.com/ggml-org/whisper.cpp) to be installed manually.\n\n```bash\nuv add \"git+https://github.com/zigai/whisper.cpp.py.git\"\n```\n\n```bash\npip install git+https://github.com/zigai/whisper.cpp.py\n```\n\n## Usage\n\n```python\nfrom whispercpppy import WhisperCppServer, WhisperCppServerOptions\n\nopts = WhisperCppServerOptions(model=\"models/ggml-base.en.bin\")\nwhisper = WhisperCppServer(opts)\n\ntranscript = whisper.inference(\"/path/to/audio/or/video/file\")\n```\n\n## GGUF model download helper\n\n```text\nwhispercpp-download --help\nusage: whisper-cpp-download [-h] [-d] [-o] [-t] models [models ...]\n\ndownload whisper.cpp GGUF models\n\navailable models:\n - tiny\n - tiny.en\n - tiny-q5_1\n - tiny.en-q5_1\n - tiny-q8_0\n - base\n - base.en\n - base-q5_1\n - base.en-q5_1\n - base-q8_0\n - small\n - small.en\n - small.en-tdrz\n - small-q5_1\n - small.en-q5_1\n - small-q8_0\n - medium\n - medium.en\n - medium-q5_0\n - medium.en-q5_0\n - medium-q8_0\n - large-v1\n - large-v2\n - large-v2-q5_0\n - large-v2-q8_0\n - large-v3\n - large-v3-q5_0\n - large-v3-turbo\n - large-v3-turbo-q5_0\n - large-v3-turbo-q8_0\n\npositional arguments:\n  models             model names\n\noptions:\n  -h, --help         show this help message and exit\n  -d, --dir      save directory for models. defaults to the path set by WHISPERCPP_MODELS_DIR env var or the current directory if not set.\n  -o, --overwrite    overwrite the file if it already exists.\n  -t, --timeout  timeout for the download request in seconds\n```\n\n## License\n\n[MIT License](https://github.com/zigai/whisper.cpp.py/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigai%2Fwhisper.cpp.py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigai%2Fwhisper.cpp.py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigai%2Fwhisper.cpp.py/lists"}