Metadata-Version: 2.4
Name: cjm-capability-voxtral-hf
Version: 0.0.47
Summary: A Mistral Voxtral speech-to-text capability for the cjm-substrate runtime that provides local transcription through 🤗 Transformers 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-voxtral-hf
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: cjm-substrate>=0.0.51
Requires-Dist: cjm-capability-primitives>=0.0.10
Requires-Dist: cjm-substrate-torch-utils>=0.0.13
Requires-Dist: cjm-substrate-hf-utils>=0.0.14
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: soundfile
Requires-Dist: transformers<5
Requires-Dist: accelerate
Requires-Dist: librosa
Requires-Dist: mistral-common[audio]
Dynamic: license-file

# cjm-capability-voxtral-hf

<!-- 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) -->

A Mistral Voxtral speech-to-text capability for the cjm-substrate runtime that provides local transcription through Hugging Face Transformers with configurable model selection and parameter control.

## Modules

- **`cjm_capability_voxtral_hf.capability`** — Capability implementation for Mistral Voxtral transcription through Hugging Face Transformers (Option C, stage 8: pure compute).
- **`examples/hf-testing.ipynb`**

## API

### `cjm_capability_voxtral_hf.capability`

- `VoxtralHFCapability` _class_ — Mistral Voxtral transcription capability via Hugging Face Transformers (stage 8: pure-compute tool capability).
- `VoxtralHFCapabilityConfig` _class_ — Configuration for Voxtral HF transcription capability.

## Dependencies

**Depends on:** `accelerate`, `cjm-capability-primitives`, `cjm-substrate`, `cjm-substrate-hf-utils`, `cjm-substrate-torch-utils`, `fastcore`, `librosa`, `mistral-common`, `numpy`, `soundfile`, `torch`, `transformers`
