wq2012/SpeakerRecognitionFromScratch
Final project for the Speaker Recognition course on Udemy, 机器之心, 深蓝学院 and 语音之家
This project helps students and practitioners understand how to build a basic speaker recognition system. You input audio recordings, and it outputs a speaker recognition model that can identify individual speakers from their voice. This is ideal for anyone learning the fundamentals of voice biometrics and deep learning for audio.
No commits in the last 6 months.
Use this if you are taking a speaker recognition course and need a simple, working example to learn how to build an LSTM- or Transformer-based system from scratch.
Not ideal if you need a high-performance, production-ready speaker recognition system or want to explore advanced, state-of-the-art techniques.
Stars
47
Forks
14
Language
Python
License
Apache-2.0
Category
Last pushed
May 07, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/wq2012/SpeakerRecognitionFromScratch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
espnet/espnet
End-to-End Speech Processing Toolkit
yeyupiaoling/PPASR
基于PaddlePaddle实现端到端中文语音识别,从入门到实战,超简单的入门案例,超实用的企业项目。支持当前最流行的DeepSpeech2、Conformer、Squeezeformer模型
yeyupiaoling/PaddlePaddle-DeepSpeech
基于PaddlePaddle实现的语音识别,中文语音识别。项目完善,识别效果好。支持Windows,Linux下训练和预测,支持Nvidia Jetson开发板预测。
flashlight/wav2letter
Facebook AI Research's Automatic Speech Recognition Toolkit
pannous/tensorflow-speech-recognition
🎙Speech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks