This project implements a recurrent neural network that functions as part of an end-to-end machine translation pipeline. It accepts English text as input and returns the French translation.
Clone the project repository
git clone https://github.com/sdonatti/nd892-project-machine-translation
Install required Python packages
cd nd892-project-machine-translation
conda env create -f environment.yaml
conda activate nd892-project-machine-translation
Launch the project Jupyter Notebook
jupyter notebook machine_translation.ipynb
This project is licensed under the MIT License