tanishqgautam/Seq2seq-Machine-Translation-with-Attention
Sequence2Sequence Machine Translation of Russian to English sentence pairs with Attention Mechanism in Pytorch.
This project helps language learners, translators, or global communicators translate Russian sentences into English. You input a Russian sentence, and it provides its English translation. It's designed for anyone needing to understand or produce English text from Russian.
No commits in the last 6 months.
Use this if you need to translate individual Russian sentences into English.
Not ideal if you need to translate large documents, maintain contextual coherence across multiple sentences, or work with languages other than Russian and English.
Stars
7
Forks
2
Language
Python
License
—
Category
Last pushed
Jun 12, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tanishqgautam/Seq2seq-Machine-Translation-with-Attention"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
graykode/xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language...