This project aims to help students with limited coding experience by converting flowchart images into executable Python code using Optical Character Recognition (OCR) and a Large Language Model (LLM).
We manually curated a dataset of 5000 Python code snippets collected from the CodeSearchNet corpus. 3000 training code snippets and 1000 code snippets for testing and validation, respectively. Each ...