whisper-s2t

View on PyPIReverse Dependencies (1)

1.3.1 whisper_s2t-1.3.1-py3-none-any.whl

Wheel Details

Project: whisper-s2t
Version: 1.3.1
Filename: whisper_s2t-1.3.1-py3-none-any.whl
Download: [link]
Size: 1457888
MD5: 4a49a0ee3a086e06b8e646013d09146a
SHA256: d714505f7e0375cb2507fb4b44faa5154084f772729075eed883eb25b9b2240e
Uploaded: 2024-02-25 05:05:23 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: whisper-s2t
Version: 1.3.1
Summary: An Optimized Speech-to-Text Pipeline for the Whisper Model.
Author: Shashi Kant Gupta
Home-Page: https://github.com/shashikg/WhisperS2T
License: MIT
Requires-Python: >=3.8
Requires-Dist: tqdm
Requires-Dist: rich
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: platformdirs
Requires-Dist: ctranslate2
Requires-Dist: tokenizers
Requires-Dist: huggingface-hub
Requires-Dist: accelerate
Requires-Dist: optimum
Requires-Dist: transformers
Requires-Dist: openai-whisper
Requires-Dist: nvidia-ml-py
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 10705 characters]

WHEEL

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

RECORD

Path Digest Size
whisper_s2t/__init__.py sha256=mdRjJw2KldUxs-96z1_wYPiy2BcUW70iYm-uVJz3O_s 1756
whisper_s2t/audio.py sha256=OLC1GK6OyOCUULyyehgecmv6KZY-UfSUmvU7VdWNRBY 4870
whisper_s2t/configs.py sha256=dC76MWHhO2VrW8CWJ_OSLP67xdnWTqmIata2gHFTwpE 672
whisper_s2t/data.py sha256=qalmmgkRaoE4ir5mS-IRZp5-OZYZPZZeLW5M9jCDkbU 11779
whisper_s2t/utils.py sha256=SCpXU_ukQS7YDMIy0-Tvg6wYD-lxocw8dHdfI9lRz3Y 5760
whisper_s2t/assets/frame_vad_model_cpu.ts sha256=p7K7YG_mOkU1jpGa8D1aGCokTtb-lkVNbOKLK9Cz2yk 376109
whisper_s2t/assets/frame_vad_model_gpu.ts sha256=PSZ4y9_Lbj81QqWEGbC142LfQCNPWoZlgcpkLgiJ5Hs 376107
whisper_s2t/assets/lang_codes.txt sha256=AhSGhSJw09aYzj1SaygMYuArNI8otKb04vjat6IfZIU 297
whisper_s2t/assets/mel_filters.npz sha256=dFCucHI6XvnTQePO5ijHywF382zkLES37SvzMl8PbUw 4271
whisper_s2t/assets/seg_vad_model_cpu.ts sha256=GDcIxptQdQ1bMOBe_x5oH3n5Thp-g8ZwHBnL_nAfL_I 376091
whisper_s2t/assets/seg_vad_model_gpu.ts sha256=lwk1-Q_bM3kz98dza3ExUtBNCfNSR6rjDrbE6wPmq-w 376091
whisper_s2t/assets/silent.mp3 sha256=cKK8H40Ql2zI3Ic1FH_k-adxyw5ZCfn1mMIpFM00w7w 8493
whisper_s2t/assets/vad_pp_cpu.ts sha256=q5oAC966ZsSfxUWEyOxDJzRXvv-5O674bsnz05XNxco 90284
whisper_s2t/assets/vad_pp_gpu.ts sha256=6snfvGrVsxCm3mIe0CVhllOc3tz7KjhfEB-A5GeymCI 90346
whisper_s2t/backends/__init__.py sha256=l3w9lTuhPxvO1ZDG7pfNz14Zsp508Ex7Of9zzDA8qME 6993
whisper_s2t/backends/ctranslate2/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
whisper_s2t/backends/ctranslate2/hf_utils.py sha256=wfPhZL4xTwV2qqiJHzrOZi0_qBRnD0d-lC4PcVkSYS4 3434
whisper_s2t/backends/ctranslate2/model.py sha256=ONzBbP2yPei_ZeZWTHQzlpcG_AfdOM5aNXjYDO5MHOg 10029
whisper_s2t/backends/ctranslate2/tokenizer.py sha256=V2OK4okP0L9kYUaZTORu2-42o3W24Q2vmMojYocbysk 5078
whisper_s2t/backends/huggingface/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
whisper_s2t/backends/huggingface/model.py sha256=Tr5Jb_2bnXRHEti7vJ4LDr-4m8cSDf3ej35T79ok4nw 3327
whisper_s2t/backends/openai/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
whisper_s2t/backends/openai/model.py sha256=edmqcoZudblS6fQRSBGdmvfcafcJ-x_PvV-fEE7sgdQ 2583
whisper_s2t/backends/tensorrt/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
whisper_s2t/backends/tensorrt/hf_utils.py sha256=wfPhZL4xTwV2qqiJHzrOZi0_qBRnD0d-lC4PcVkSYS4 3434
whisper_s2t/backends/tensorrt/model.py sha256=hRJFbh97QvTD4QhbeJG1RA8WXteTTG1ew9-w5WmrvVg 10109
whisper_s2t/backends/tensorrt/tokenizer.py sha256=V2OK4okP0L9kYUaZTORu2-42o3W24Q2vmMojYocbysk 5078
whisper_s2t/backends/tensorrt/trt_model.py sha256=rv6syA34ABCTTO0gz0ffgWdsdVglwdqzL-zMjO1qVDM 6849
whisper_s2t/backends/tensorrt/engine_builder/__init__.py sha256=mmHII6yUV_ptWHLjGEiWkMhWA8SRC3uvRZfCdeQSzJ4 5046
whisper_s2t/backends/tensorrt/engine_builder/builder.py sha256=Gb1ZVgQ2Og-7l-E1C_lq96qbBszssBA0thrSjgc88Wk 10176
whisper_s2t/backends/tensorrt/engine_builder/download_utils.py sha256=WZ7r8BOAs3aaH_QQevFWGDKgkS51wCFI4Q-p0ykdZRU 3129
whisper_s2t/backends/tensorrt/engine_builder/model_utils.py sha256=63BLFcvKeGwL-YSf2DYNccVqWQ2wOeNEzEwKddh23ho 18501
whisper_s2t/speech_segmenter/__init__.py sha256=Dcl_31nDPj_g0DFU-k8Ro6gh-M3oIWtsguNcSUENyHE 5000
whisper_s2t/speech_segmenter/frame_vad.py sha256=na-32665_mpDhD6G-SSvQkSTbvteZNC4DQNiYTqgNjw 4599
whisper_s2t/speech_segmenter/seg_vad.py sha256=yjZYfIo0q_cBOmuV03qnxMJtfttF8qoAPdIRg7Xzyao 4157
whisper_s2t-1.3.1.dist-info/LICENSE sha256=wgAZAEcHKTl6t2Zn-ZerfcIPeUG_7K7vfQcz0Wb32Vs 1074
whisper_s2t-1.3.1.dist-info/METADATA sha256=RJMZxLwPX0zC5L_6Kdguhpexhe1VKNhD0di54RxXnks 11360
whisper_s2t-1.3.1.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
whisper_s2t-1.3.1.dist-info/top_level.txt sha256=95_EiTB79wGy72OP-0_LrVaXTibeurqgHamtAKvvgqc 12
whisper_s2t-1.3.1.dist-info/RECORD

top_level.txt

whisper_s2t