Currently, GradeOps relies on the Gemini 3.1-flash-lite API for vision-based grading tasks. While effective, this creates a dependency on external network calls, introduces latency, and raises potential data privacy concerns regarding student submission uploads.
Proposed Solution
Implement a local, dedicated Vision-Language Model (VLM) fine-tuned for grading tasks. This will allow offline processing and reduced latency/ request overhead.
Technical Requirements
Currently, GradeOps relies on the Gemini 3.1-flash-lite API for vision-based grading tasks. While effective, this creates a dependency on external network calls, introduces latency, and raises potential data privacy concerns regarding student submission uploads.
Proposed Solution
Implement a local, dedicated Vision-Language Model (VLM) fine-tuned for grading tasks. This will allow offline processing and reduced latency/ request overhead.
Technical Requirements
backend/services/graph.pyto support local inference endpoints.