albertusk95/intention-to-code-lstm
Source Code Generation Based On User Intention Using LSTM Networks
This project helps software developers quickly generate code snippets from plain language descriptions. You provide a natural language problem statement, like "find string position in array index," and it outputs the corresponding source code. It's designed for developers who need to automate repetitive coding tasks or quickly prototype solutions.
No commits in the last 6 months.
Use this if you are a developer looking for an automated way to generate code snippets from clear, structured natural language problem descriptions.
Not ideal if you need to generate complex applications from vague, free-form natural language, as it relies on structured problem statement templates.
Stars
19
Forks
3
Language
Python
License
—
Category
Last pushed
Jan 06, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/albertusk95/intention-to-code-lstm"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
k4black/codebleu
Pip compatible CodeBLEU metric implementation available for linux/macos/win
LiveCodeBench/LiveCodeBench
Official repository for the paper "LiveCodeBench: Holistic and Contamination Free Evaluation of...
EdinburghNLP/code-docstring-corpus
Preprocessed Python functions and docstrings for automated code documentation (code2doc) and...
hendrycks/apps
APPS: Automated Programming Progress Standard (NeurIPS 2021)
solis-team/Hydra
[FSE 2026] Do Not Treat Code as Natural Language: Implications for Repository-Level Code...