HarryVolek / PyTorch_Speaker_VerificationLinks
PyTorch implementation of "Generalized End-to-End Loss for Speaker Verification" by Wan, Li et al.
☆595Updated 4 years ago
Alternatives and similar repositories for PyTorch_Speaker_Verification
Users that are interested in PyTorch_Speaker_Verification are comparing it to the libraries listed below
Sorting:
- Tensorflow implementation of "Generalized End-to-End Loss for Speaker Verification"☆370Updated 4 years ago
- Utterance-level Aggregation For Speaker Recognition In The Wild☆372Updated 2 years ago
- Deep speaker embeddings in PyTorch, including x-vectors. Code used in this work: https://arxiv.org/abs/2007.16196☆320Updated 5 years ago
- speaker diarization by uis-rnn and speaker embedding by vgg-speaker-recognition☆498Updated 4 years ago
- Speaker embedding(verification and recognition) using Pytorch☆369Updated 5 years ago
- Deep Speaker: an End-to-End Neural Speaker Embedding System.☆937Updated last year
- Keras implementation of ‘’Deep Speaker: an End-to-End Neural Speaker Embedding System‘’ (speaker recognition)☆252Updated 5 years ago
- A Implementation of SpecAugment with Tensorflow & Pytorch, introduced by Google Brain☆656Updated 3 years ago
- VGGVox models for Speaker Identification and Verification trained on the VoxCeleb (1 & 2) datasets☆398Updated 6 years ago
- End-to-End Neural Diarization☆421Updated 4 years ago
- Python functions for reading kaldi data formats. Useful for rapid prototyping with python.☆378Updated 2 years ago
- Official repository for RawNet, RawNet2, and RawNet3☆394Updated last year
- Simple d-vector based Speaker Recognition (verification and identification) using Pytorch☆212Updated 5 years ago
- Real-time Voice Activity Detection in Noisy Eniviroments using Deep Neural Networks☆455Updated 5 years ago
- An Open Source Tools for Speaker Recognition☆632Updated last year
- Voice Activity Detection based on Deep Learning & TensorFlow☆370Updated 2 years ago
- Voice Activity Detector in Python☆480Updated 5 years ago
- Python re-implementation of the (constrained) spectral clustering algorithms used in Google's speaker diarization papers.☆545Updated last year
- Voice activity detection (VAD) toolkit including DNN, bDNN, LSTM and ACAM based VAD. We also provide our directly recorded dataset.☆866Updated 4 years ago
- A PyTorch implementation of Speech Transformer, an End-to-End ASR with Transformer network on Mandarin Chinese.☆809Updated 2 years ago
- End-to-end ASR/LM implementation with PyTorch☆594Updated 4 years ago
- Speaker embedding (d-vector) trained with GE2E loss☆286Updated 2 years ago
- This is a list of features, scripts, blogs and resources for better using Kaldi ( http://kaldi-asr.org/ )☆538Updated 3 years ago
- Deep Xi: A deep learning approach to a priori SNR estimation implemented in TensorFlow 2/Keras. For speech enhancement and robust ASR.☆519Updated 3 years ago
- Speech Enhancement Generative Adversarial Network in PyTorch☆408Updated 2 years ago
- A No-Recurrence Sequence-to-Sequence Model for Speech Recognition☆379Updated 3 years ago
- A PyTorch implementation of Conv-TasNet described in "TasNet: Surpassing Ideal Time-Frequency Masking for Speech Separation" with Permuta…