Machine Translation using LSTM Sequence to Sequence Model in Keras
- Encoder :
- Encoder will take in the input as english sentence and return a hidden state
- Decoder :
- Decoder takes the input as hidden state from encoder and try to predict marathi transalation of english sentence
Click here to download the dataset. It consist of total 35832 sentences which are translated from english to marathi
python train.py
python Inference_Model.py