msi1427/Original-Transformer-for-Bengali-Translation
A neural machine translation project for Bengali Translation where the original transformer model is implemented from scratch using PyTorch.
This project helps people translate text from various languages into Bengali. You provide text in another language, and it outputs the translated version in Bengali. This tool is designed for anyone needing to bridge language barriers to communicate or access information in Bengali.
No commits in the last 6 months.
Use this if you need to translate written content into Bengali from other languages.
Not ideal if you require real-time spoken translation or translation between languages other than Bengali as the target language.
Stars
8
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jun 01, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/msi1427/Original-Transformer-for-Bengali-Translation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lvapeab/nmt-keras
Neural Machine Translation with Keras
dair-ai/Transformers-Recipe
🧠A study guide to learn about Transformers
SirawitC/Transformer_from_scratch_pytorch
Build a transformer model from scratch using pytorch to understand its inner workings and gain...
jaketae/ensemble-transformers
Ensembling Hugging Face transformers made easy
lof310/transformer
PyTorch implementation of the current SOTA Transformer. Configurable, efficient, and...