{"data":{"slug":"linto-ai-whisper-timestamped","name":"whisper-timestamped","tagline":"Multilingual Automatic Speech Recognition with word-level timestamps and confidence","github_url":"https://github.com/linto-ai/whisper-timestamped","owner":"linto-ai","repo":"whisper-timestamped","owner_avatar_url":"https://avatars.githubusercontent.com/u/36000254?v=4","primary_language":"Python","stars":2823,"forks":210,"topics":["asr","attention-is-all-you-need","attention-mechanism","attention-model","attention-network","attention-seq2seq","attention-visualization","deep-learning","machine-learning","multilingual-models","python","python3","pytorch","speaker-diarization","speech","speech-processing","speech-recognition","speech-to-text","transformers","whisper"],"archived":false,"github_pushed_at":"2025-09-09T07:04:36+00:00","maintenance_label":"Slowing","url":"https://www.graphcanon.com/tools/linto-ai-whisper-timestamped","markdown_url":"https://www.graphcanon.com/tools/linto-ai-whisper-timestamped.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/linto-ai-whisper-timestamped","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=linto-ai-whisper-timestamped","description":"Multilingual Automatic Speech Recognition with word-level timestamps and confidence","homepage_url":null,"license":"AGPL-3.0","open_issues":49,"watchers":35,"ai_summary":null,"readme_excerpt":"### First installation\n\nRequirements:\n* `python3` (version higher or equal to 3.7, at least 3.9 is recommended)\n* `ffmpeg` (see instructions for installation on the [whisper repository](https://github.com/openai/whisper))\n\nYou can install `whisper-timestamped` either by using pip:\n```bash\npip3 install whisper-timestamped\n```\n\nor by cloning this repository and running installation:\n```bash\ngit clone https://github.com/linto-ai/whisper-timestamped\ncd whisper-timestamped/\npython3 setup.py install\n```\n\n#### Additional packages that might be needed\n\nIf you want to plot alignment between audio timestamps and words (as in [this section](#plot-of-word-alignment)), you also need matplotlib:\n```bash\npip3 install matplotlib\n```\n\nIf you want to use VAD option (Voice Activity Detection before running Whisper model), you also need torchaudio and onnxruntime:\n```bash\npip3 install onnxruntime torchaudio\n```\n\nIf you want to use finetuned Whisper models from the Hugging Face Hub, you also need transformers:\n```bash\npip3 install transformers\n```\n\n#### Docker\n\nA docker image of about 9GB can be built using:\n```bash\ngit clone https://github.com/linto-ai/whisper-timestamped\ncd whisper-timestamped/\ndocker build -t whisper_timestamped:latest .\n```\n\n---\n\n### Light installation for CPU\n\nIf you don't have a GPU (or don't want to use it), then you don't need to install the CUDA dependencies. You should then just install a light version of torch **before** installing whisper-timestamped, for instance as follows:\n```bash\npip3 install \\\n     torch==1.13.1+cpu \\\n     torchaudio==0.13.1+cpu \\\n     -f https://download.pytorch.org/whl/torch_stable.html\n```\n\nA specific docker image of about 3.5GB can also be built using:\n```bash\ngit clone https://github.com/linto-ai/whisper-timestamped\ncd whisper-timestamped/\ndocker build -t whisper_timestamped_cpu:latest -f Dockerfile.cpu .\n```","github_created_at":"2023-01-13T11:30:19+00:00","created_at":"2026-07-11T12:16:46.784284+00:00","updated_at":"2026-07-11T12:16:51.50502+00:00","categories":[{"slug":"inference-serving","name":"Inference & Serving","url":"https://www.graphcanon.com/categories/inference-serving","markdown_url":"https://www.graphcanon.com/categories/inference-serving.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/inference-serving"},{"slug":"model-training","name":"Model Training","url":"https://www.graphcanon.com/categories/model-training","markdown_url":"https://www.graphcanon.com/categories/model-training.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/model-training"},{"slug":"speech-audio","name":"Speech & Audio","url":"https://www.graphcanon.com/categories/speech-audio","markdown_url":"https://www.graphcanon.com/categories/speech-audio.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/speech-audio"}],"tags":[{"slug":"asr","name":"asr"},{"slug":"attention-mechanism","name":"attention mechanism"},{"slug":"attention-is-all-you-need","name":"attention-is-all-you-need"},{"slug":"attention-model","name":"attention-model"},{"slug":"attention-network","name":"attention-network"},{"slug":"attention-seq2seq","name":"attention-seq2seq"},{"slug":"attention-visualization","name":"attention-visualization"},{"slug":"deep-learning","name":"deep-learning"}],"trust":{"provenance":{"is_fork":false,"github_id":588543419,"owner_type":"Organization","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-07-11T12:16:47.640Z","maintenance":{"label":"Slowing","score":36,"methodology":"github_public_v1","releases_90d":0,"days_since_push":305,"last_release_at":"2025-09-09T07:04:36Z"},"security_summary":{"status":"ok","scanner":"osv@v1","low_count":0,"high_count":0,"last_scan_at":"2026-07-11T12:16:49.055Z","medium_count":0,"scan_profile":"deps","critical_count":0}},"capability_facts":{"scan":{"source":"repo_scan","observed_at":"2026-07-11T12:16:48.641Z"},"deploy":{"source":"dockerfile:Dockerfile","self_host":true,"observed_at":"2026-07-11T12:16:48.641Z","managed_saas":false},"languages":{"value":["python"],"source":"github.language","observed_at":"2026-07-11T12:16:48.641Z"},"has_docker":{"value":true,"source":"dockerfile:Dockerfile","observed_at":"2026-07-11T12:16:48.641Z"},"license_spdx":{"value":"AGPL-3.0","source":"github.license","observed_at":"2026-07-11T12:16:48.641Z"}}}}