LiuZeJie97/Code-Generation-From-Flowcharts-with-Texts-A-Benchmark-Dataset-and-An-Approach
Code for the paper "Code Generation From Flowcharts with Texts: A Benchmark Dataset and An Approach"
This project helps developers by automatically generating program code from flowcharts. You input a text-based description of a flowchart (node types, text, and connections) and receive corresponding executable code. It's designed for software developers or anyone needing to translate visual programming logic into written code.
No commits in the last 6 months.
Use this if you want to automate the conversion of detailed flowchart designs into code, saving manual coding effort.
Not ideal if you're looking for a tool that directly interprets visual flowchart diagrams or if your flowcharts are highly abstract.
Stars
13
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 11, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/LiuZeJie97/Code-Generation-From-Flowcharts-with-Texts-A-Benchmark-Dataset-and-An-Approach"
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...