All Projects → Primtee → Voiceprint-recognition-Speaker-recognition

Primtee / Voiceprint-recognition-Speaker-recognition

Licence: other
It is a complete project of voiceprint recognition or speaker recognition.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Voiceprint-recognition-Speaker-recognition

speaker-recognition-pytorch
Speaker recognition ,Voiceprint recognition
Stars: ✭ 49 (-40.24%)
Mutual labels:  speaker-recognition
speaker recognition
speaker recognition using keras
Stars: ✭ 34 (-58.54%)
Mutual labels:  speaker-recognition
bob
Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, in Switzerland. - Mirrored from https://gitlab.idiap.ch/bob/bob
Stars: ✭ 38 (-53.66%)
Mutual labels:  speaker-recognition
KaldiBasedSpeakerVerification
Kaldi based speaker verification
Stars: ✭ 43 (-47.56%)
Mutual labels:  speaker-recognition
kaldi-timit-sre-ivector
Develop speaker recognition model based on i-vector using TIMIT database
Stars: ✭ 17 (-79.27%)
Mutual labels:  speaker-recognition
VoiceprintRecognition-PaddlePaddle
使用PaddlePaddle实现声纹识别
Stars: ✭ 57 (-30.49%)
Mutual labels:  speaker-recognition
D-TDNN
PyTorch implementation of Densely Connected Time Delay Neural Network
Stars: ✭ 60 (-26.83%)
Mutual labels:  speaker-recognition
Piwho
Speaker recognition library based on MARF for raspberry pi and other SBCs.
Stars: ✭ 50 (-39.02%)
Mutual labels:  speaker-recognition
Speaker-Identification
A program for automatic speaker identification using deep learning techniques.
Stars: ✭ 84 (+2.44%)
Mutual labels:  speaker-recognition
AutoSpeech
[InterSpeech 2020] "AutoSpeech: Neural Architecture Search for Speaker Recognition" by Shaojin Ding*, Tianlong Chen*, Xinyu Gong, Weiwei Zha, Zhangyang Wang
Stars: ✭ 195 (+137.8%)
Mutual labels:  speaker-recognition
meta-SR
Pytorch implementation of Meta-Learning for Short Utterance Speaker Recognition with Imbalance Length Pairs (Interspeech, 2020)
Stars: ✭ 58 (-29.27%)
Mutual labels:  speaker-recognition
FreeSR
A Free Library for Speaker Recognition (Verification),implemented by ncnn.
Stars: ✭ 21 (-74.39%)
Mutual labels:  speaker-recognition
speakerIdentificationNeuralNetworks
⇨ The Speaker Recognition System consists of two phases, Feature Extraction and Recognition. ⇨ In the Extraction phase, the Speaker's voice is recorded and typical number of features are extracted to form a model. ⇨ During the Recognition phase, a speech sample is compared against a previously created voice print stored in the database. ⇨ The hi…
Stars: ✭ 26 (-68.29%)
Mutual labels:  speaker-recognition
VoiceprintRecognition-Pytorch
本项目使用了EcapaTdnn模型实现的声纹识别
Stars: ✭ 140 (+70.73%)
Mutual labels:  speaker-recognition
Speaker-Recognition
This repo contains my attempt to create a Speaker Recognition and Verification system using SideKit-1.3.1
Stars: ✭ 94 (+14.63%)
Mutual labels:  speaker-recognition
speaker-recognition-papers
Share some recent speaker recognition papers and their implementations.
Stars: ✭ 92 (+12.2%)
Mutual labels:  speaker-recognition
VoiceprintRecognition-Keras
基于Kersa实现的声纹识别模型
Stars: ✭ 70 (-14.63%)
Mutual labels:  speaker-recognition
deepaudio-speaker
neural network based speaker embedder
Stars: ✭ 19 (-76.83%)
Mutual labels:  speaker-recognition
GE2E-Loss
Pytorch implementation of Generalized End-to-End Loss for speaker verification
Stars: ✭ 72 (-12.2%)
Mutual labels:  speaker-recognition
dropclass speaker
DropClass and DropAdapt - repository for the paper accepted to Speaker Odyssey 2020
Stars: ✭ 20 (-75.61%)
Mutual labels:  speaker-recognition

Voiceprint-recognition-Speaker-recognition

It is a complete project of voiceprint recognition or speaker recognition.The trained models my not be uploaded except the best one.
So if you are lazy enougth, you can dirrectly run my model, maybe, you should only exchange the model path to satisfy your system. Noting: the program was wirtten by hand, so may existing some chinses notes in my code. If your system is Contos7.x, u should delete all chineses notes, because Centos may not support chinese. And very very welcome to my mailbox: [email protected].

  To run my model, some dependency should installed :


   MXNET               1.2.0
   PyMySQL             0.9.0
   opencv-python       3.4.1.15
   Pillow              5.2.0
   pydub               0.22.1


  example: 
     #  input:13301234567.wav
     feature_check(os.path.join(register_data_path, '13301234567.wav'))
     output:  label: normal
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].