lvapeab/nmt-keras
Neural Machine Translation with Keras
This project helps you build and train custom systems for automatically translating text from one language to another. You provide parallel text in two languages, and it processes this data to create a translation model. This is for language engineers, researchers, or anyone needing to develop bespoke machine translation solutions.
531 stars. No commits in the last 6 months.
Use this if you need to create your own neural machine translation system from scratch using your specific textual data.
Not ideal if you're looking for an off-the-shelf translation service or a simple API to integrate into an application.
Stars
531
Forks
126
Language
Python
License
MIT
Category
Last pushed
Jul 30, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lvapeab/nmt-keras"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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...
jiangtaoxie/SoT
SoT: Delving Deeper into Classification Head for Transformer