TL;DR I made an RNN-T based speech recognition system that runs in the browser using TensorflowJS. You can try the demo here: https://rnnt.jakepoz.com/ Fair warning: The quality ain’t gonna make it up on any leaderboards okay? The full code is available here: https://github.com/jakepoz/rnnt Basic RNN-T architecture implemented cleanly from scratch Jasper-like convolutional audio encoder for easy streaming Simple streaming featurizer that works the same in PyTorch and TFJS. Runs the entire m...