Auto backup: 2026-02-21 07:01
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,50 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: vosk
|
||||
Version: 0.3.45
|
||||
Summary: Offline open source speech recognition API based on Kaldi and Vosk
|
||||
Home-page: https://github.com/alphacep/vosk-api
|
||||
Author: Alpha Cephei Inc
|
||||
Author-email: contact@alphacephei.com
|
||||
License: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: License :: OSI Approved :: Apache Software License
|
||||
Classifier: Operating System :: Microsoft :: Windows
|
||||
Classifier: Operating System :: POSIX :: Linux
|
||||
Classifier: Operating System :: MacOS :: MacOS X
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Requires-Python: >=3
|
||||
Description-Content-Type: text/markdown
|
||||
Requires-Dist: cffi (>=1.0)
|
||||
Requires-Dist: requests
|
||||
Requires-Dist: tqdm
|
||||
Requires-Dist: srt
|
||||
Requires-Dist: websockets
|
||||
|
||||
This is a Python module for Vosk.
|
||||
|
||||
Vosk is an offline open source speech recognition toolkit. It enables
|
||||
speech recognition for 20+ languages and dialects - English, Indian
|
||||
English, German, French, Spanish, Portuguese, Chinese, Russian, Turkish,
|
||||
Vietnamese, Italian, Dutch, Catalan, Arabic, Greek, Farsi, Filipino,
|
||||
Ukrainian, Kazakh, Swedish, Japanese, Esperanto, Hindi, Czech, Polish.
|
||||
More to come.
|
||||
|
||||
Vosk models are small (50 Mb) but provide continuous large vocabulary
|
||||
transcription, zero-latency response with streaming API, reconfigurable
|
||||
vocabulary and speaker identification.
|
||||
|
||||
Vosk supplies speech recognition for chatbots, smart home appliances,
|
||||
virtual assistants. It can also create subtitles for movies,
|
||||
transcription for lectures and interviews.
|
||||
|
||||
Vosk scales from small devices like Raspberry Pi or Android smartphone to
|
||||
big clusters.
|
||||
|
||||
# Documentation
|
||||
|
||||
For installation instructions, examples and documentation visit [Vosk
|
||||
Website](https://alphacephei.com/vosk). See also our project on
|
||||
[Github](https://github.com/alphacep/vosk-api).
|
||||
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
../../../bin/vosk-transcriber,sha256=cjkP8RBNIee61jj2ykr-D7Dx7N3UDmMlsZ2TF0LpDFA,267
|
||||
vosk-0.3.45.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
vosk-0.3.45.dist-info/METADATA,sha256=ct3F35z4t4vNDJ5VkKlKvU6AH42GxPpCQcGaH4jO5o0,1831
|
||||
vosk-0.3.45.dist-info/RECORD,,
|
||||
vosk-0.3.45.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
vosk-0.3.45.dist-info/WHEEL,sha256=hRUWySCbdSMZVF9O8SY6h4q2xlBwZwDs2T17rYqr3Jc,145
|
||||
vosk-0.3.45.dist-info/entry_points.txt,sha256=6cwdLQGvAuoLKoxRB1m2sz741-ags2_IinvQwyJvziI,64
|
||||
vosk-0.3.45.dist-info/top_level.txt,sha256=VyhCKFInHWKAvlbaAYoqHJ2Y35GrQNYA-Ul2CRc30Uk,5
|
||||
vosk/__init__.py,sha256=j514JRj9fTsEIhK5gfcMZ_bOZpQwK5zFdKJKsAu7YOs,9892
|
||||
vosk/__pycache__/__init__.cpython-311.pyc,,
|
||||
vosk/__pycache__/vosk_cffi.cpython-311.pyc,,
|
||||
vosk/libvosk.so,sha256=hcRlTeOs3rmaurhu6ypuYDkn03CJWXwPzDPYY43CzK8,25986496
|
||||
vosk/transcriber/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
vosk/transcriber/__pycache__/__init__.cpython-311.pyc,,
|
||||
vosk/transcriber/__pycache__/cli.cpython-311.pyc,,
|
||||
vosk/transcriber/__pycache__/transcriber.cpython-311.pyc,,
|
||||
vosk/transcriber/cli.py,sha256=FF3d4RSEZwWYJxHzhsPeaNwCUa6gE6gf5uGwYkiaLb0,2697
|
||||
vosk/transcriber/transcriber.py,sha256=F88sc6YXNEopmqn-v_5WtMCoItkQFHlWZ7UHnlsE-Rk,7154
|
||||
vosk/vosk_cffi.py,sha256=b7sXzmxFApavTeDrgFukjGBS4EE39O6-vv6kZfIaPMA,3984
|
||||
@@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.36.2)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-manylinux_2_12_x86_64
|
||||
Tag: py3-none-manylinux2010_x86_64
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
[console_scripts]
|
||||
vosk-transcriber = vosk.transcriber.cli:main
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
vosk
|
||||
Reference in New Issue
Block a user