speakerchangedetect

View on PyPIReverse Dependencies (0)

0.0.1 speakerchangedetect-0.0.1-py3-none-any.whl

Wheel Details

Project: speakerchangedetect
Version: 0.0.1
Filename: speakerchangedetect-0.0.1-py3-none-any.whl
Download: [link]
Size: 22710
MD5: d19a3e2d91aacb5a06d7a3df63028487
SHA256: fa8fb5be78bba1d9675584b1d6f49bb5165bfc18c9e6e04424428e5f7a457b27
Uploaded: 2024-02-26 16:02:15 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: speakerchangedetect
Version: 0.0.1
Summary: A Package to Detect Speaker Change based on Textual Features via LLMs & Rule-Based NLP and Audio Features via Pyannote & Spectral Clustering
Author-Email: "Junying (Alice) Fang" <jf3375[at]princeton.edu>
Project-Url: Homepage, https://github.com/princeton-ddss/AudioAndTextBasedSpeakerChangeDetection
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: accelerate
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: huggingface-hub
Requires-Dist: spacy
Requires-Dist: resemblyzer
Requires-Dist: spectralcluster
Requires-Dist: transformers
Requires-Dist: pyannote.audio (==3.1.1)
Requires-Dist: pyannote.core (==5.0.0)
Requires-Dist: pyannote.database (==5.0.1)
Requires-Dist: pyannote.metrics (==3.2.1)
Requires-Dist: pyannote.pipeline (==3.0.1)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5749 characters]

WHEEL

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

RECORD

Path Digest Size
audiotextspeakerchangedetect/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
audiotextspeakerchangedetect/main.py sha256=BjnzlDKlX_z49zytqKrGn1LjBsOmWboJ3bBlXfHCtZY 3946
audiotextspeakerchangedetect/sample_run.py sha256=VAVBTrkZAInn62cQ-ybMy7mFWlbI1aAnbhCfH0Qi44A 1728
audiotextspeakerchangedetect/sample_run_7b.py sha256=qLsH8EQI395Jekzz94nOSkpSqlsMtGE6NdRRw4FPWMc 1727
audiotextspeakerchangedetect/sample_run_existingllama2output.py sha256=KQRewWhpiMqhHtqMK91wi-6vktrG2FANbbgSNrz0hK8 1869
audiotextspeakerchangedetect/EnsembleSpeakerChangeDetection/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
audiotextspeakerchangedetect/EnsembleSpeakerChangeDetection/ensemble_detection.py sha256=lLFRqC9edjEL1uo7k9AmO0t6nhKLXWN5fjAW16KJO-U 5643
audiotextspeakerchangedetect/EnsembleSpeakerChangeDetection/helpers.py sha256=zVbA2t47_p3fTqEckyBRhEyLD07dykXzF4mUOhl-9FY 1035
audiotextspeakerchangedetect/SpeakerChangeDetection/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
audiotextspeakerchangedetect/SpeakerChangeDetection/helpers.py sha256=OHf1VGNJecRL-rUKhJYiEuHOfeh8fCVyPVOgUb5M3Gk 889
audiotextspeakerchangedetect/SpeakerChangeDetection/speaker_change_detection_main_function.py sha256=S527A6bQ6xox3nrmu0k3Vzl3jaIzdfnXu_dKbXGSm3o 6506
audiotextspeakerchangedetect/SpeakerChangeDetection/Llama2/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
audiotextspeakerchangedetect/SpeakerChangeDetection/Llama2/speaker_change_detection_llama2.py sha256=Z4p-wEaSH5cRukZA15Rk-hubXtcNhlSEBiMLHgVlye4 5892
audiotextspeakerchangedetect/SpeakerChangeDetection/Llama2/huggingface_offline/LLaMA_HuggingFace_Offline.py sha256=FxX-Rg99LqZD6RKxRWoDJYJfKr56bfvIjqFqvFoAmj0 2207
audiotextspeakerchangedetect/SpeakerChangeDetection/Llama2/huggingface_offline/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
audiotextspeakerchangedetect/SpeakerChangeDetection/Llama2/prompts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
audiotextspeakerchangedetect/SpeakerChangeDetection/Llama2/prompts/prompt1.py sha256=urcSMuJN38AA-EXz3I16_Lm50uCExxgoXvnQ6PPQNEM 3976
audiotextspeakerchangedetect/SpeakerChangeDetection/Llama2/prompts/prompt1_template.py sha256=iHhOoUo9qhz7K46TAnBp9AfNzY-IT66zGTAC1nv9vWc 1037
audiotextspeakerchangedetect/SpeakerChangeDetection/NLP/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
audiotextspeakerchangedetect/SpeakerChangeDetection/NLP/speaker_change_detection_nlp.py sha256=7F9PseQfNSei6jqIDjPm6x-IrkVQxMlzXMS6gcvIXrY 1288
audiotextspeakerchangedetect/SpeakerChangeDetection/PyAnnote/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
audiotextspeakerchangedetect/SpeakerChangeDetection/PyAnnote/speaker_change_detection_pyannote.py sha256=xG33J7qqL-8XDr1HJdN9XhLwu3WBymMHIuPMkkyyOU0 1179
audiotextspeakerchangedetect/SpeakerChangeDetection/SpectralClustering/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
audiotextspeakerchangedetect/SpeakerChangeDetection/SpectralClustering/speaker_change_detection_clustering.py sha256=hsxIP_q92xKlvTkiQJ-q30U87bKqI_UNWh1ZrgjK8Us 1406
speakerchangedetect-0.0.1.dist-info/LICENSE sha256=qSmCJ6fMgc80WyVgYw1Q1JfhKBWK1peR9Jmmlzogaiw 1068
speakerchangedetect-0.0.1.dist-info/METADATA sha256=zqJiIYNj7FwDBxq_UoonvvmW9UXDmSJgJZF6azweCiE 6760
speakerchangedetect-0.0.1.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
speakerchangedetect-0.0.1.dist-info/top_level.txt sha256=j9RMny-GPUpx1KTFzsA8p4moG8nJgNRtiLqZORjUDXs 29
speakerchangedetect-0.0.1.dist-info/RECORD

top_level.txt

audiotextspeakerchangedetect