Skip to content

abdouaziz/neural-machine-translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural Machine Translation

Machine translation based on Seq2seq architecture
The model translate an english sentence to french sentences For better understood how seq2seq work your can look Andrew Ng course on youtube

Keras Tutorial Machine Translation lstm seq2seq

Installation

Clone this repo:

git clone https://github.com/abdouaziz/nmt.git

cd nmt

Download and preprocess the dataset :

cd app/data 
python downaload.py --path=dataset

Test the machine translation

python app.py

Releases

No releases published

Packages

No packages published