Dashboard
Machine Translation
Using Bidirectional RNN

In this project, I built a deep neural network that functions as part of an end-to-end machine translation pipeline. The completed pipeline accepts English text as input and returns the French translation.

I used Python to code this project, Keras and TensorFlow to train the models. It is connected to the Artificial Intelligence Nanodegree program, from Udacity.

VIEW PROJECT