Metadata-Version: 2.4
Name: voicepad
Version: 0.2.2
Summary: Linux TUI and CLI for local NVIDIA Parakeet dictation.
Keywords: audio,cli,command-line,gpu-acceleration,recording,speech-to-text,transcription,voice
Author: Rajesh Das
Author-email: Rajesh Das <hyperoot.tech@proton.me>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Multimedia :: Sound/Audio :: Capture/Recording
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Dist: pyperclip>=1.9.0
Requires-Dist: textual>=8.2.4
Requires-Dist: typer>=0.23.1
Requires-Dist: voicepad-core>=0.2.1
Requires-Python: >=3.13
Project-URL: Documentation, https://hyp3r00t.github.io/voicepad/
Project-URL: HomePage, https://hyp3r00t.github.io/voicepad/
Project-URL: Issues, https://github.com/HYP3R00T/voicepad/issues
Project-URL: Repository, https://github.com/HYP3R00T/voicepad
Description-Content-Type: text/markdown

# voicepad

Textual TUI and Typer CLI for VoicePad's verified NVIDIA transcription pipeline.

```bash
voicepad prepare
voicepad                 # TUI
voicepad record start
voicepad transcribe recording.wav
```

The application requires Linux x86_64 and a supported NVIDIA CUDA GPU. It does
not provide CPU ASR or silent runtime fallback. Configuration is application
owned and strict; see the project documentation for schema 1.

Package publication is currently frozen.
