Metadata-Version: 2.4
Name: cjm-capability-whisper
Version: 0.0.43
Summary: An OpenAI Whisper speech-to-text capability for the cjm-substrate runtime that provides local transcription with configurable model selection and parameter control.
Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
License: Apache-2.0
Project-URL: Repository, https://github.com/cj-mills/cjm-capability-whisper
Keywords: nbdev,jupyter,notebook,python
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastcore
Requires-Dist: pandas
Requires-Dist: cjm-substrate>=0.0.51
Requires-Dist: cjm-capability-primitives>=0.0.10
Requires-Dist: openai-whisper
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: soundfile
Requires-Dist: cjm-substrate-torch-utils>=0.0.13
Dynamic: license-file

# cjm-capability-whisper

<!-- generated from the context graph by `cjm-context-graph readme` — do not edit by hand; edit the graph (the urge to hand-edit = move it on-graph) -->

An OpenAI Whisper speech-to-text capability for the cjm-substrate runtime that provides local transcription with configurable model selection and parameter control.

## Modules

- **`cjm_capability_whisper.capability`**

## API

### `cjm_capability_whisper.capability`

- `WhisperCapabilityConfig` _class_ — Configuration for Whisper transcription capability.
- `WhisperLocalCapability` _class_ — OpenAI Whisper transcription capability (stage 8: pure-compute tool capability).

## Dependencies

**Depends on:** `cjm-capability-primitives`, `cjm-substrate`, `torch-utils`
