AmrHendy/programming-language-translator
An easy way to use the released TransCoder by Facebook AI Research to convert code from one programming language to another using unsupervised neural machine translation (NMT) systems that use deep-learning to translate text from one natural language to another and is trained only on monolingual source data.
This tool helps software developers convert code from one programming language to another. You provide a code snippet (like a function) written in a source language (e.g., Java) and specify a target language (e.g., Python). It then translates your code into the chosen target language, making it easier to migrate existing codebases or understand code in unfamiliar languages.
No commits in the last 6 months.
Use this if you need to translate individual code functions between Java, Python, and C++ without manually rewriting them.
Not ideal if you require translating entire complex applications with intricate dependencies, as it focuses on function-level translation.
Stars
25
Forks
11
Language
Jupyter Notebook
License
—
Category
Last pushed
Aug 09, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/AmrHendy/programming-language-translator"
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...