Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argmaxinc/whisperkittools
/ types & classes
Types & classes
56 in github.com/argmaxinc/whisperkittools
⨍
Functions
200
◇
Types & classes
56
↓ 4 callers
Class
EnglishTextNormalizer
whisperkit/evaluate/normalize_en.py:528
↓ 3 callers
Class
TestWhisperAudioEncoderPalettizer
Unit tests for argmaxtools.ane.palettize_whisper.WhisperEncoderPalettizer Coverage: - Per-layer palettization - Cumulative palettiza
tests/test_audio_encoder.py:191
↓ 3 callers
Class
TestWhisperTextDecoder
tests/test_text_decoder.py:80
↓ 3 callers
Class
TestWhisperTextDecoderPalettizer
Unit tests for whisperkit.compress.palettize.kitWhisperDecoderPalettizer Coverage: - Per-layer palettization - Cumulative palettizat
tests/test_text_decoder.py:369
↓ 2 callers
Class
BasicTextNormalizer
whisperkit/evaluate/normalize_en.py:78
↓ 2 callers
Class
TestAIHubModels
tests/test_aihub.py:24
↓ 2 callers
Class
TestWhisperAudioEncoder
Unit tests for whisperkit.audio_encoder.WhisperAudioEncoder
tests/test_audio_encoder.py:40
↓ 2 callers
Class
WavLM
whisperkit/wavlm.py:309
↓ 2 callers
Class
WavLMEncoder
whisperkit/wavlm.py:234
↓ 2 callers
Class
WavLMWithoutPreprocessor
whisperkit/wavlm.py:335
↓ 1 callers
Class
BenchmarkContext
Context specifier to reproduce an inference context
whisperkit/test_utils.py:16
↓ 1 callers
Class
Cyrillic2LatinTextNormalizer
whisperkit/evaluate/normalize_en.py:97
↓ 1 callers
Class
DecomposedSTFT
whisperkit/android/models.py:33
↓ 1 callers
Class
EnglishNumberNormalizer
Convert any spelled-out numbers into arabic numbers, while handling: - remove any commas - keep the suffixes such as: `1960s`, `274th`,
whisperkit/evaluate/normalize_en.py:103
↓ 1 callers
Class
EnglishSpellingNormalizer
Applies British-American spelling mappings as listed in [1]. [1] https://www.tysto.com/uk-us-spelling-list.html
whisperkit/evaluate/normalize_en.py:514
↓ 1 callers
Class
SSeRiouSS
Self-Supervised Representation for Speaker Segmentation wav2vec > LSTM > Feed forward > Classifier
whisperkit/diarization/sseriouss_speaker_segmenter.py:40
↓ 1 callers
Class
TDNNLayer
whisperkit/wavlm.py:350
↓ 1 callers
Class
TestSpeakerSegmenter
Unit tests for SSeRiouSS speaker segmenter - Test the torch2torch correctness of the Argmax SSeRiouSS model - Test the torch2coreml correctnes
tests/apple/speaker_segmenter/test_sseriouss.py:48
↓ 1 callers
Class
TestWhisperMelSpectrogram
Unit tests for whisperkittools.audio_encoder.WhisperMelSpectrogram
tests/test_audio_encoder.py:133
↓ 1 callers
Class
TestWhisperPipelineEvaluate
tests/test_evaluate.py:41
↓ 1 callers
Class
TestWordTimestamps
Test the accuracy of word-level timestamps generated by the WhisperKit pipeline against the OpenAI API reference result
tests/test_word_timestamps.py:26
↓ 1 callers
Class
WavLMAttention
whisperkit/wavlm.py:119
↓ 1 callers
Class
WavLMEncoderLayer
whisperkit/wavlm.py:171
↓ 1 callers
Class
WavLMEncoderLayerWithDefaultSelfAttention
whisperkit/wavlm.py:207
↓ 1 callers
Class
WavLMEncoderWithDefaultSelfAttention
whisperkit/wavlm.py:266
↓ 1 callers
Class
WavLMFeatureEncoder
whisperkit/wavlm.py:56
↓ 1 callers
Class
WavLMFeatureEncoderLayer
whisperkit/wavlm.py:23
↓ 1 callers
Class
WavLMFeatureProjection
whisperkit/wavlm.py:73
↓ 1 callers
Class
WavLMPositionalConvEmbedding
whisperkit/wavlm.py:90
↓ 1 callers
Class
WavLMPreprocessor
whisperkit/wavlm.py:293
↓ 1 callers
Class
WhisperAudioEncoderLayer
whisperkit/audio_encoder.py:23
↓ 1 callers
Class
WhisperDecoderLayer
whisperkit/text_decoder.py:31
↓ 1 callers
Class
WhisperKit
Pipeline to clone, build and run the CLI from https://github.com/argmaxinc/WhisperKit
whisperkit/pipelines.py:124
Class
AppleSpeechAnalyzer
Pipeline to clone, build and run the CLI from https://github.com/argmaxinc/apple-speechanalyzer-cli-example
whisperkit/pipelines.py:576
Class
EnergyVAD
whisperkit/android/models.py:134
Class
Precision
whisperkit/pipelines.py:28
Class
WavLMForSequenceClassification
whisperkit/wavlm.py:453
Class
WavLMForSequenceClassificationWithoutPreprocessor
whisperkit/wavlm.py:486
Class
WavLMForXVector
whisperkit/wavlm.py:368
Class
WavLMForXVectorWithoutPreprocessor
whisperkit/wavlm.py:440
Class
WavLMWithDefaultSelfAttention
whisperkit/wavlm.py:329
Class
WhisperAudioEncoder
whisperkit/audio_encoder.py:70
Class
WhisperAudioEncoderPalettizer
Palettizer for WhisperAudioEncoder
whisperkit/compress/palettize.py:81
Class
WhisperCpp
Pipeline to clone, build and run the CLI from https://github.com/ggerganov/whisper.cpp
whisperkit/pipelines.py:329
Class
WhisperDecoderPostProc
Logits post-processing
whisperkit/android/models.py:115
Class
WhisperHF
Pipeline to run Hugging Face Whisper
whisperkit/pipelines.py:493
Class
WhisperHF_MPS
whisperkit/pipelines.py:537
Class
WhisperMLX
Pipeline to run MLX Whisper
whisperkit/pipelines.py:460
Class
WhisperMelSpectrogram
whisperkit/audio_encoder.py:169
Class
WhisperMelSpectrogram
whisperkit/android/models.py:83
Class
WhisperOpenAI
Pipeline to run OpenAI Whisper
whisperkit/pipelines.py:545
Class
WhisperOpenAIAPI
Pipeline to use the OpenAI API for transcription See https://platform.openai.com/docs/guides/speech-to-text
whisperkit/pipelines.py:695
Class
WhisperPipeline
Abstract base class for Whisper CLI pipelines
whisperkit/pipelines.py:35
Class
WhisperTextDecoder
whisperkit/text_decoder.py:129
Class
WhisperTextDecoderContextPrefill
whisperkit/text_decoder.py:248
Class
WhisperTextDecoderPalettizer
Palettizer for WhisperTextDecoder
whisperkit/compress/palettize.py:22