Skip to content

SNAPGrade is a public-service initiative under the HIBAH Capstone Project by the Department of Computer Science and Electronics (DCSE), Universitas Gadjah Mada. This project is designed to assist educators by optimizing the process of test corrections, making it faster, more efficient, and accessible.

License

Notifications You must be signed in to change notification settings

viansebastian/SNAPGrade-CorrectionAutomation

Repository files navigation

SNAPGrade: System for Numeric and Alphabetic Processing in Grading and Dynamic Evaluation

This repository contains the backend service for SNAPGrade.

SNAPGrade is an AI-powered mobile application designed to assist educators in grading multiple-choice answer sheets efficiently. This smart image processing solution streamlines the evaluation process, eliminating the need for specialized hardware. With SNAPGrade, educators can save valuable time and focus more on teaching.

This project is funded and supported by the Department of Computer Science and Electronics, Universitas Gadjah Mada, Yogyakarta, Indonesia.


SNAPGrade works by this paradigm:

Circle Master Key
  1. A answered sheet (master key) is uploaded
  2. The student's answer is uploaded
  3. The template is inputed, between circles or cross
  4. Respective processing strategy is performed, and returns the final score as well as corrections.

Module Explanations:

  • The Circles are processed with pure digital image processing techniques, employing adaptive the blob detection algorithm.
  • The Cross are processed using a trained YOLOv8 model, focusing on localizing 'X' symbols, continued with further custom processing.
  • The Preprocessing applied is robust as it employs adaptive parameterization, allowing it to handle various conditions of input images.

How SNAPGrade Benefits Educators

  1. Time Efficiency: Automates the grading process, drastically reducing time spent on manual corrections.
    • Time for Circle Correction (demo): 1.92 seconds
    • Time for Cross Correction (demo): 3.64 seconds
  2. Cost-Effective: Requires only a smartphone, removing the need for costly hardware or specialized scanners.
  3. Ease of Use: Intuitive interface designed with educators in mind

Limitations

  1. The input must already be the region of interest (cannot be inputted with full page)
  2. Image must be taken from a flat surface (cannot be bent)
  3. Requires internet (backend service is deployed to Railway)
  4. Although robust, a broken image may not work (too bright, too noisy, too dark, too much differences in lighting)

Next Iterations:

  1. Backend to be developed locally, enabling offline use
  2. Employing databases
  3. Development of better UX

Example Circle Input

Master Key (Left) and Student Answer (Right) Sample Input

Circle Master Key Circle Student Answer

Circle Correction Output

Circle Result

Example Cross Input

Master Key (Left) and Student Answer (Right) Sample Input

Cross Master Key Cross Student Answer

Cross Correction Output

Cross Result

Demo Video

See SNAPGrade in action: View Demo

Frontend Repo

Special thanks to Maulana Arya for his amazing frontend work!

Check out the mobile app here: SNAPGrade-MobileApp

About

SNAPGrade is a public-service initiative under the HIBAH Capstone Project by the Department of Computer Science and Electronics (DCSE), Universitas Gadjah Mada. This project is designed to assist educators by optimizing the process of test corrections, making it faster, more efficient, and accessible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages