ucaiado / machine-translation

End-to-end machine translation pipeline using Deep Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Translation Using Deep Learning

In this project, I will build a deep neural network that functions as part of an end-to-end machine translation pipeline. The completed pipeline will accept English text as input and return the French translation. This project requires GPU acceleration to run efficiently, and it is part of the Artificial Intelligence Nanodegree program, from Udacity. You can check my report here.

Install

This project requires Python 3 and the following Python libraries installed:

License

The contents of this repository are covered under the LICENSE file. Please, check it out.

About

End-to-end machine translation pipeline using Deep Learning

License:MIT License


Languages

Language:Jupyter Notebook 92.5%Language:Python 7.5%