MCPcopy Create free account

hub / github.com/argmaxinc/whisperkittools / types & classes

Types & classes56 in github.com/argmaxinc/whisperkittools

↓ 4 callersClassEnglishTextNormalizer
whisperkit/evaluate/normalize_en.py:528
↓ 3 callersClassTestWhisperAudioEncoderPalettizer
Unit tests for argmaxtools.ane.palettize_whisper.WhisperEncoderPalettizer Coverage: - Per-layer palettization - Cumulative palettiza
tests/test_audio_encoder.py:191
↓ 3 callersClassTestWhisperTextDecoder
tests/test_text_decoder.py:80
↓ 3 callersClassTestWhisperTextDecoderPalettizer
Unit tests for whisperkit.compress.palettize.kitWhisperDecoderPalettizer Coverage: - Per-layer palettization - Cumulative palettizat
tests/test_text_decoder.py:369
↓ 2 callersClassBasicTextNormalizer
whisperkit/evaluate/normalize_en.py:78
↓ 2 callersClassTestAIHubModels
tests/test_aihub.py:24
↓ 2 callersClassTestWhisperAudioEncoder
Unit tests for whisperkit.audio_encoder.WhisperAudioEncoder
tests/test_audio_encoder.py:40
↓ 2 callersClassWavLM
whisperkit/wavlm.py:309
↓ 2 callersClassWavLMEncoder
whisperkit/wavlm.py:234
↓ 2 callersClassWavLMWithoutPreprocessor
whisperkit/wavlm.py:335
↓ 1 callersClassBenchmarkContext
Context specifier to reproduce an inference context
whisperkit/test_utils.py:16
↓ 1 callersClassCyrillic2LatinTextNormalizer
whisperkit/evaluate/normalize_en.py:97
↓ 1 callersClassDecomposedSTFT
whisperkit/android/models.py:33
↓ 1 callersClassEnglishNumberNormalizer
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 callersClassEnglishSpellingNormalizer
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 callersClassSSeRiouSS
Self-Supervised Representation for Speaker Segmentation wav2vec > LSTM > Feed forward > Classifier
whisperkit/diarization/sseriouss_speaker_segmenter.py:40
↓ 1 callersClassTDNNLayer
whisperkit/wavlm.py:350
↓ 1 callersClassTestSpeakerSegmenter
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 callersClassTestWhisperMelSpectrogram
Unit tests for whisperkittools.audio_encoder.WhisperMelSpectrogram
tests/test_audio_encoder.py:133
↓ 1 callersClassTestWhisperPipelineEvaluate
tests/test_evaluate.py:41
↓ 1 callersClassTestWordTimestamps
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 callersClassWavLMAttention
whisperkit/wavlm.py:119
↓ 1 callersClassWavLMEncoderLayer
whisperkit/wavlm.py:171
↓ 1 callersClassWavLMEncoderLayerWithDefaultSelfAttention
whisperkit/wavlm.py:207
↓ 1 callersClassWavLMEncoderWithDefaultSelfAttention
whisperkit/wavlm.py:266
↓ 1 callersClassWavLMFeatureEncoder
whisperkit/wavlm.py:56
↓ 1 callersClassWavLMFeatureEncoderLayer
whisperkit/wavlm.py:23
↓ 1 callersClassWavLMFeatureProjection
whisperkit/wavlm.py:73
↓ 1 callersClassWavLMPositionalConvEmbedding
whisperkit/wavlm.py:90
↓ 1 callersClassWavLMPreprocessor
whisperkit/wavlm.py:293
↓ 1 callersClassWhisperAudioEncoderLayer
whisperkit/audio_encoder.py:23
↓ 1 callersClassWhisperDecoderLayer
whisperkit/text_decoder.py:31
↓ 1 callersClassWhisperKit
Pipeline to clone, build and run the CLI from https://github.com/argmaxinc/WhisperKit
whisperkit/pipelines.py:124
ClassAppleSpeechAnalyzer
Pipeline to clone, build and run the CLI from https://github.com/argmaxinc/apple-speechanalyzer-cli-example
whisperkit/pipelines.py:576
ClassEnergyVAD
whisperkit/android/models.py:134
ClassPrecision
whisperkit/pipelines.py:28
ClassWavLMForSequenceClassification
whisperkit/wavlm.py:453
ClassWavLMForSequenceClassificationWithoutPreprocessor
whisperkit/wavlm.py:486
ClassWavLMForXVector
whisperkit/wavlm.py:368
ClassWavLMForXVectorWithoutPreprocessor
whisperkit/wavlm.py:440
ClassWavLMWithDefaultSelfAttention
whisperkit/wavlm.py:329
ClassWhisperAudioEncoder
whisperkit/audio_encoder.py:70
ClassWhisperAudioEncoderPalettizer
Palettizer for WhisperAudioEncoder
whisperkit/compress/palettize.py:81
ClassWhisperCpp
Pipeline to clone, build and run the CLI from https://github.com/ggerganov/whisper.cpp
whisperkit/pipelines.py:329
ClassWhisperDecoderPostProc
Logits post-processing
whisperkit/android/models.py:115
ClassWhisperHF
Pipeline to run Hugging Face Whisper
whisperkit/pipelines.py:493
ClassWhisperHF_MPS
whisperkit/pipelines.py:537
ClassWhisperMLX
Pipeline to run MLX Whisper
whisperkit/pipelines.py:460
ClassWhisperMelSpectrogram
whisperkit/audio_encoder.py:169
ClassWhisperMelSpectrogram
whisperkit/android/models.py:83
ClassWhisperOpenAI
Pipeline to run OpenAI Whisper
whisperkit/pipelines.py:545
ClassWhisperOpenAIAPI
Pipeline to use the OpenAI API for transcription See https://platform.openai.com/docs/guides/speech-to-text
whisperkit/pipelines.py:695
ClassWhisperPipeline
Abstract base class for Whisper CLI pipelines
whisperkit/pipelines.py:35
ClassWhisperTextDecoder
whisperkit/text_decoder.py:129
ClassWhisperTextDecoderContextPrefill
whisperkit/text_decoder.py:248
ClassWhisperTextDecoderPalettizer
Palettizer for WhisperTextDecoder
whisperkit/compress/palettize.py:22