Discover and explore top open-source AI tools and projects—updated daily.
vkgoAI-powered tool for automated exam grading
Top 76.8% on SourcePulse
This project provides an automated grading system for exams using Optical Character Recognition (OCR) and deep learning models. It targets educators and researchers looking to streamline the grading process for various question types, including fill-in-the-blanks, multiple-choice, and essays, by automating text recognition and scoring.
How It Works
The system employs a modular approach. For fill-in-the-blank questions, it combines PaddleOCR for initial text recognition with CLIP for semantic similarity checking, significantly improving accuracy on challenging inputs. Essay scoring utilizes a fine-tuned DeBERTaV3-large model (MSPLM) for nuanced evaluation. Question segmentation (identifying different question types within an exam paper) is handled by YOLOv8, while individual character recognition for multiple-choice questions leverages SpinalNet and WaveMix models. Mathematical formula recognition is addressed using a Counting-Aware Network (CAN) adapted from existing research.
Quick Start & Requirements
pip. Specific model weights may need to be downloaded separately from Hugging Face or PaddlePaddle.Highlighted Details
Maintenance & Community
The project is hosted on GitHub under the vkgo organization. Specific community channels or active development status are not explicitly detailed in the README.
Licensing & Compatibility
The README does not explicitly state a license. The project integrates various libraries with their own licenses, which may impose restrictions on commercial use or redistribution.
Limitations & Caveats
The README mentions that the essay scoring model (MSPLM) did not achieve the same results as the original paper on the ASAP dataset, potentially due to implementation differences or dataset limitations. The project appears to be a collection of modules developed for a specific academic project ("大创集成仓库"), and its overall integration and production-readiness are not fully elaborated.
1 month ago
Inactive
centerforaisafety