This codebase was made in order to improve my code from the Udacity Deep Learning Foundations Nanodegree program so it could run as a command-line application rather than as a Jupyter notebook, with unit testing.

Codebase: language_translator

By doing this, I was able to do a comparison of this particular language translation model to a more fully featured model. I chose AWSLabs’ Sockeye model as the more fully featured translator model for this comparison, as I was also learning about how MxNet compared with TensorFlow and Keras at the time.

My original Language Translation project iPython Notebook from the Udacity course is here: iPython Notebook