live-transcribe

View on PyPIReverse Dependencies (0)

0.1.2 live_transcribe-0.1.2-py3-none-any.whl

Wheel Details

Project: live-transcribe
Version: 0.1.2
Filename: live_transcribe-0.1.2-py3-none-any.whl
Download: [link]
Size: 9999
MD5: b028c721c0bf9a1b1219c31ee483aadc
SHA256: 39b1e565dbaade2ed9277b5d37c8c964bb2a4c34ee1d350f84a2f1470b3e70b6
Uploaded: 2023-04-15 02:03:46 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: live-transcribe
Version: 0.1.2
Summary: Real-time audio transcription. Runs OpenAI's Whisper locally.
Author: Tomasz Łakota
Author-Email: tomasz.lakota[at]gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8,<4.0
Requires-Dist: numpy (!=1.24.0,!=1.24.1,!=1.24.2,<2.0,>=1.23)
Requires-Dist: openai-whisper (<20230315,>=20230314)
Requires-Dist: pasimple (<0.0.2,>=0.0.1)
Requires-Dist: pulsectl (<23.0.0,>=22.3.2)
Description-Content-Type: text/markdown
[Description omitted; length: 988 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.7
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
live_transcribe/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
live_transcribe/__main__.py sha256=Qh8FA_5541Mvr4LY3w8U-amoNzGDz9OxtpcdMTjmy5A 2069
live_transcribe/_poc.py sha256=OH2t8XdEvjWXa1VkLjJNZTKrMuBou4uqTSVYYh14ljo 6069
live_transcribe/audio_pasimple.py sha256=egGU8jSZHiSZzI55ULT3iOSJNkQ8H5eHyCaOxz_VDgA 2162
live_transcribe/qt.py sha256=OU4zJPQJLGK13zJ4XoA3jq6ci2Umz5K64pP-jr724wg 475
live_transcribe/text.py sha256=3agarqTdnmOpPhSyWryHQOj89aK4gBBpcboaemO47-o 6421
live_transcribe/transcribe.py sha256=EO3klikNj_JjJ6GQw0D69enQjLh0ggWkoo-9MIFcLJs 2558
live_transcribe-0.1.2.dist-info/entry_points.txt sha256=6WAW3ro7H_YOsvWzPcsWx7unwFYjzDa3wjY1yD1m7b8 60
live_transcribe-0.1.2.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
live_transcribe-0.1.2.dist-info/METADATA sha256=CCpP8XSRioy0mg5WRIdghJWjEomicUcJNnhdMnYRf7Y 1710
live_transcribe-0.1.2.dist-info/RECORD

entry_points.txt

live-transcribe = live_transcribe:__main__