implementation of End-to-End Automatic Speech Recognition architectures.
Date
January 25, 2024
My Role
Developer
implementation of End-to-End Automatic Speech Recognition architectures.
Implemented automatic speech recognition architectures based on CTC1, Listen, Attend and Spell2 and LAS-CTC3.
The models were trained and tested on a subset of the HarperValleyBank Dataset4. Which is hosted here. The dataset is used to train models which predicts each spoken character.
View project on GitHub