[ SYS.ARCHIVE_RECORD ] - Evapro
> AI-powered evaluation system designed to automatically assess and grade flowcharts, algorithms, and pseudocode for academic and coding competitions.
- // INDUSTRY_TAG
- EdTech / AI Tooling
- // DEPLOYMENT_YEAR
- // SERVICE_PROTOCOLS
- AI Evaluation Engine
Challenge
Grading logic algorithms and flowcharts is highly subjective and format-dependent. To automate this, the system needed to interpret both visual and textual logic structures fairly:
>Parsing multiple proprietary file formats (.docx, .pptx, .pdf).
>Converting visual flowchart components into structured, evaluable logic strings.
>Ensuring a fair, rubric-based grading system rather than arbitrary AI assessment.
Solution

High level architecture of the application.
I engineered a multi-stage parser that extracts raw text and structural data from uploaded documents, passing the sanitized output to a rubric-bound AI scoring engine.
Technologies

React

NodeJS

LLM APIs


