soheil-mp / Speech-RecognitionLinks
End-to-End Speech Recognition using Neural Networks.
☆35Updated last year
Alternatives and similar repositories for Speech-Recognition
Users that are interested in Speech-Recognition are comparing it to the libraries listed below
Sorting:
- Detecting emotions using MFCC features of human speech using Deep Learning☆130Updated 4 years ago
- Implementation of the paper "Improved End-to-End Speech Emotion Recognition Using Self Attention Mechanism and Multitask Learning" From I…☆57Updated 4 years ago
- Speech recognition on the TIMIT (or any other) dataset☆44Updated 8 years ago
- A set of scripts that extract speech features (so far MFCCs, FBANKs, STFT, and kinda dominant frequency) and trains CNN, LSTM, or CNN+LST…☆53Updated 2 years ago
- 💬 A list of End-to-End speech recognition, including papers, codes and other materials☆52Updated 6 years ago
- Simple d-vector based Speaker Recognition (verification and identification) using Pytorch☆212Updated 5 years ago
- A Python toolbox for speech features extraction☆165Updated 2 years ago
- Repository of code for Speech emotion recognition using voiced speech and attention model, submitted to ICSigSys 2019☆13Updated 5 years ago
- 1st Place Public Leaderboard Solution for ERC2019☆70Updated 5 years ago
- [ICASSP19] An Interaction-aware Attention Network for Speech Emotion Recognition in Spoken Dialogs☆35Updated 5 years ago
- Audio data augmentation examples☆34Updated 7 years ago
- A Pytorch implementation of 'AUTOMATIC SPEECH EMOTION RECOGNITION USING RECURRENT NEURAL NETWORKS WITH LOCAL ATTENTION'☆41Updated 7 years ago
- transformer for ASR-systerm (via tensorflow2.0)☆114Updated 6 years ago
- Bidirectional LSTM network for speech emotion recognition.☆264Updated 6 years ago
- Feature extraction of speech signal is the initial stage of any speech recognition system.☆94Updated 5 years ago
- Inspired work by the project of SER using ELM at Microsoft Research☆19Updated 7 years ago
- Classification of Urban Sound Audio Dataset using LSTM-based model.☆76Updated 3 years ago
- Speaker diarization python system based on binary key speaker modelling☆60Updated 3 years ago
- Keras + pyTorch implimentation of "Deep Learning & 3D Convolutional Neural Networks for Speaker Verification"☆29Updated 6 years ago
- Time delay neural network (TDNN) implementation in Pytorch using unfold method