Metadata-Version: 2.4
Name: transcribe-cpp
Version: 0.0.0
Summary: Python bindings for transcribe.cpp (pre-release name reservation placeholder)
Project-URL: Homepage, https://github.com/handy-computer/transcribe.cpp
Project-URL: Repository, https://github.com/handy-computer/transcribe.cpp
Project-URL: Issues, https://github.com/handy-computer/transcribe.cpp/issues
Author: The transcribe.cpp authors
License-Expression: MIT
License-File: LICENSE
Keywords: asr,ggml,parakeet,speech-to-text,transcription,whisper
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# transcribe-cpp

Python bindings for [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp),
a C/C++ speech-to-text library built on ggml.

> **Status: placeholder.** This release reserves the `transcribe-cpp` name on
> PyPI while the first-party bindings are developed. It ships no native code and
> exposes no transcription API yet. Watch the repository for the first
> functional release.

```python
import transcribe_cpp

print(transcribe_cpp.__version__)
```

- Import package: `transcribe_cpp`
- Distribution: `transcribe-cpp`
- License: MIT
