GraphCanon updated 3w · GitHub synced 3w
Decision brief
Whisper ASR Webservice provides an OpenAI Whisper Automatic Speech Recognition model via a Python API in a Docker environment, suitable for applications needing speech-to-text services with flexibility on hardware.
Good fit when
- When you need a flexible deployment method that supports both CPU and CUDA GPU installations depending on your compute infrastructure.
- For projects requiring an existing Python-based framework where integrating direct model serving is preferred through Docker containers.
Avoid when
- If your application requires real-time processing at extremely low latency, as Whisper ASR Webservice might introduce some overhead due to its containerized nature.
- In scenarios where a proprietary model or API is required, as this tool relies on OpenAI's open-source Whisper model under the MIT license.
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Slowing (248d since push)
- As of 3w
- Provenance
- Not a fork · Personal account
- As of 3w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install whisper-asr-webservice PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A Python project that provides an API for OpenAI's Whisper Automatic Speech Recognition model within a Docker environment.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Jul 30, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Jul 30, 2026
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Jul 30, 2026
- Languages
- python
Source: github.language+pyproject.toml · Jul 30, 2026
Categories
Tags
README
Install poetry v2.X
pip3 install poetry
Install dependencies for cpu
poetry install --extras cpu
Install dependencies for cuda
poetry install --extras cuda
For agents
This page has a .md twin and JSON over the API.