SpokenSive

Speech to Cursive Handwriting

Github Repository

A recurrent neural network (RNN) is a class of artificial neural networks where connections between nodes form a directed graph along a temporal sequence. This allows it to exhibit temporal dynamic behavior. Derived from feedforward neural networks, RNNs can use their internal state (memory) to process variable length sequences of inputs. This makes them applicable to tasks such as unsegmented, connected handwriting recognition or speech recognition. In this project I used the power of RNNs for converting speech to beautiful handwritten cursive writing python application.

Rahul Veer Singh
Rahul Veer Singh
Software Development Engineer

Talk is cheap. Show me the code!

Related