whisperchain

View on PyPIReverse Dependencies (0)

0.1.1 whisperchain-0.1.1-py3-none-any.whl

Wheel Details

Project: whisperchain
Version: 0.1.1
Filename: whisperchain-0.1.1-py3-none-any.whl
Download: [link]
Size: 14835
MD5: e68ea6b4afbf98c1031679ff97eb1d8d
SHA256: b9b8fa6ab4cf6f94759c36f96e4591321eb260d30ec89f8a7f4d9084aab7181a
Uploaded: 2025-02-03 19:32:21 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: whisperchain
Version: 0.1.1
Summary: Voice control using Whisper.cpp with LangChain cleanup
Author-Email: Chris Choy <chrischoy[at]ai.stanford.edu>
Project-Url: Homepage, https://github.com/chrischoy/whisperchain
Project-Url: Bug Tracker, https://github.com/chrischoy/whisperchain/issues
License: MIT
Keywords: whisper,langchain,voice-control,speech-to-text
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Requires-Python: >=3.8
Requires-Dist: click (>=8.0.0)
Requires-Dist: pydantic (>=2.0.0)
Requires-Dist: pynput (>=1.7.7)
Requires-Dist: pyperclip
Requires-Dist: openai (>=1.0.0)
Requires-Dist: pywhispercpp (>=1.3.0)
Requires-Dist: fastapi (>=0.100.0)
Requires-Dist: uvicorn (>=0.22.0)
Requires-Dist: pyaudio (>=0.2.11)
Requires-Dist: langchain (>=0.1.0)
Requires-Dist: langchain-openai (>=0.1.0)
Requires-Dist: websockets (>=11.0.0)
Requires-Dist: pytest (>=7.0.0); extra == "test"
Requires-Dist: pytest-asyncio (>=0.21.0); extra == "test"
Requires-Dist: httpx (>=0.24.0); extra == "test"
Requires-Dist: pre-commit (>=3.0.0); extra == "dev"
Requires-Dist: black (>=22.0.0); extra == "dev"
Requires-Dist: isort (>=5.0.0); extra == "dev"
Requires-Dist: build (>=0.10.0); extra == "dev"
Requires-Dist: twine (>=4.0.0); extra == "dev"
Provides-Extra: test
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2108 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
whisperchain/cli/run.py sha256=OA-YSlHabnzHu1UmpQYOyEwUkcpMgDOtmOZF22QjEso 1810
whisperchain/cli/run_client.py sha256=ddbvCcGtgTJW5xH1xXF86DzOUjq9kH-PNCzIx5wbFxg 1624
whisperchain/cli/run_server.py sha256=HM80wZs2go7y16Ms11us4cTmzFq3K-wwEfDAnZAI1RI 321
whisperchain/client/key_listener.py sha256=ZxMygM37HlkkfpErJn4JcG0aWQbKoUC_JSFG2nFCztQ 3972
whisperchain/client/stream_client.py sha256=UL2eplQ60mNoomxXZpL3zgaA14hekatWGdCKnVWXmLo 4102
whisperchain/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
whisperchain/core/audio.py sha256=LrQpHNVteDNz5h_SLBySReeebta7NlbAyWw5W2dV8jM 1504
whisperchain/core/chain.py sha256=VJCPWtl89MG1oaFSoogkOqHWMGkk3_qiidFVQMHd0cw 2970
whisperchain/core/config.py sha256=sLqZpCmuQHnCR_27L6RAM1yF9ekZht1YhS9dfd-PTmA 1382
whisperchain/server/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
whisperchain/server/server.py sha256=sobJUp41L-3e2oP_ZF7EUOZj4751RORW2CX5Fqlqn10 3882
whisperchain/utils/decorators.py sha256=kISxOdP6Gr6d9bcRatKHc9STVWmM1b6QiruVSo25VFw 386
whisperchain/utils/logger.py sha256=HLEWYe8Iuo96XKn4r7dzgeyi08kDbZ7rOXacvGZZwgw 1751
whisperchain/utils/segment.py sha256=H_W18bHUb9rcMoJ9HOncW5DCn3vT6XArsjHNsBqaLbw 361
whisperchain-0.1.1.dist-info/LICENSE sha256=76rOJjORAVOWhf68j6bMhJOrHnWSk73Yrqw9JGms6_k 1481
whisperchain-0.1.1.dist-info/METADATA sha256=04EcP7FY4F4TdsPwdMD7KBXC7MshVche0J7wI9_uF3I 3836
whisperchain-0.1.1.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
whisperchain-0.1.1.dist-info/entry_points.txt sha256=dT9Qoq_rI_bTBLRg0NhBtAcYnEcrlhKVW1gvm4cF8ns 169
whisperchain-0.1.1.dist-info/top_level.txt sha256=9OCh2S7dSJ6ZbB1awzU7_e5aFGavYcRF3eYLBX1DL50 13
whisperchain-0.1.1.dist-info/RECORD

top_level.txt

whisperchain

entry_points.txt

whisperchain = whisperchain.cli.run:main
whisperchain-client = whisperchain.cli.run_client:main
whisperchain-server = whisperchain.cli.run_server:main