AhmedSSoliman/MarianCG-NL-to-Code
This repository is the implementation of a Transformer model called MarianCG which is developed for the Code Generation problem.
This tool helps developers automate the process of writing code by translating natural language descriptions into executable programming code. You input a clear instruction or description of what you want the code to do, and it outputs the corresponding Python code. It's designed for software developers and researchers who need to quickly generate code snippets from textual requirements.
No commits in the last 6 months.
Use this if you are a developer looking to accelerate your coding process by generating Python code directly from natural language prompts.
Not ideal if you are not a developer or if you need to generate code in languages other than Python.
Stars
21
Forks
2
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Sep 14, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/AhmedSSoliman/MarianCG-NL-to-Code"
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...