Metadata-Version: 2.4
Name: meeting-noter-models
Version: 0.1.0
Summary: Bundled Whisper model for meeting-noter offline transcription
Author: Victor
License: MIT
Project-URL: Homepage, https://github.com/tech4vision/meeting-noter
Project-URL: Repository, https://github.com/tech4vision/meeting-noter
Keywords: meeting-noter,whisper,model,offline
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# meeting-noter-models

Bundled Whisper model for [meeting-noter](https://github.com/tech4vision/meeting-noter) offline transcription.

## Installation

```bash
pip install meeting-noter-models
```

Or install with meeting-noter:

```bash
pip install "meeting-noter[offline]"
```

## Contents

This package includes the `tiny.en` Whisper model (~75MB) for offline speech-to-text transcription.

## Usage

This package is automatically detected by meeting-noter. No additional configuration needed.

## License

MIT - Model weights are from [Systran/faster-whisper-tiny.en](https://huggingface.co/Systran/faster-whisper-tiny.en).
