{"id":20559777,"url":"https://github.com/andreabak/whispersubs","last_synced_at":"2026-02-15T23:01:53.461Z","repository":{"id":228165140,"uuid":"772972691","full_name":"andreabak/whispersubs","owner":"andreabak","description":"Generate subtitles for your video or audio files using the power of AI","archived":false,"fork":false,"pushed_at":"2024-09-15T10:30:52.000Z","size":30,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-25T13:01:48.032Z","etag":null,"topics":["ai","cuda","deep-learning","gpu-acceleration","machine-learning","srt","subtitles","transcribe","transcription","translate","whisper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreabak.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}},"created_at":"2024-03-16T11:45:06.000Z","updated_at":"2024-11-11T09:43:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"40ff152a-73d0-4cba-8462-565701797962","html_url":"https://github.com/andreabak/whispersubs","commit_stats":null,"previous_names":["andreabak/whispersubs"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/andreabak/whispersubs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreabak%2Fwhispersubs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreabak%2Fwhispersubs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreabak%2Fwhispersubs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreabak%2Fwhispersubs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreabak","download_url":"https://codeload.github.com/andreabak/whispersubs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreabak%2Fwhispersubs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29491998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","cuda","deep-learning","gpu-acceleration","machine-learning","srt","subtitles","transcribe","transcription","translate","whisper"],"created_at":"2024-11-16T03:52:10.740Z","updated_at":"2026-02-15T23:01:53.431Z","avatar_url":"https://github.com/andreabak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WhisperSubs\n\n[![PyPI: latest release](https://img.shields.io/pypi/v/whispersubs.svg?logo=pypi\u0026label=PyPI)](https://pypi.org/project/whispersubs/)\n[![PyPI: Python Version](https://img.shields.io/pypi/pyversions/whispersubs.svg?logo=python\u0026label=Python\u0026logoColor=gold)](https://pypi.org/project/whispersubs/)\n[![CI: pre-commit](https://github.com/andreabak/whispersubs/actions/workflows/pre-commit.yml/badge.svg?branch=main)](https://github.com/andreabak/whispersubs/actions)  \n[![Build: Hatch](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)\n[![Linting: ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Mypy: checked](https://img.shields.io/badge/mypy-checked-2A6DB2.svg)](https://mypy-lang.org/)\n[![License: LGPL-3.0](https://img.shields.io/github/license/andreabak/whispersubs)](https://github.com/andreabak/whispersubs/blob/main/LICENSE)\n\n*Generate subtitles for your video or audio files using the power of AI.*\n\n## Installation\n\nPrerequisites:\n- git for cloning this repo\n- Python 3.8 or higher, with pip\n\nFor faster results, it is recommended to use a GPU with CUDA support. Running transcription on the CPU is significantly slower (up to 10~20x slower, depending on the hardware).  \nThe optional dependencies required for GPU acceleration can be installed with the `[cuda]` extra when installing the package.\n\n### Install latest release\nUse the following to install the latest release in an isolated environment using [`pipx`](https://pipx.pypa.io), with CUDA libraries for GPU acceleration:\n```shell\npipx install whispersubs[cuda]\n```\n\nN.B. omit the `[cuda]` extra if you don't have a GPU or don't want to use it.\n\nReplace `pipx` with `pip` from the command above if you want to manually manage your own environment (or install user- or system-wide).\n\n### Install repository version\nYou can install the latest version from this repository with the following command:\n```shell\npipx install 'whispersubs[cuda] @ git+https://github.com/andreabak/whispersubs.git'\n```\nUsually this is going to be the same as the latest release, but it might contain some additional features or bugfixes that are not yet released.\n\n## Usage\nWhisperSubs can be used from the command line. The basic usage requires an input file, which will be the source for the transcription. The output will be a subtitle file in the SRT format in the same directory as the input file. The language will be automatically detected.\n```shell\nwhispersubs \u003cinput_file\u003e\n```\n\nFor a full list of options, run:\n```shell\nwhispersubs --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreabak%2Fwhispersubs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreabak%2Fwhispersubs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreabak%2Fwhispersubs/lists"}