Skip to content

Automated assignment grading platform that evaluates PDF submissions using Gemini AI and heuristic models

Notifications You must be signed in to change notification settings

wasiiff/Auto-Grader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

📘 Auto-Grader

An AI-powered assignment grading system built with Next.js (frontend) and NestJS (backend).
It allows teachers to create assignments, upload student submissions (PDFs), automatically extract and analyze text, evaluate quality using heuristics or Google Gemini AI, and export scores as CSV.

🔗 Live Demo: Auto-Grader


🚀 Features

  • ✅ Create and manage assignments (title, min word count, mode: strict/loose).
  • ✅ Upload multiple student PDF submissions.
  • ✅ Auto-extract student name & roll number from filename or PDF content.
  • ✅ Evaluate submissions via:
    • Gemini AI (structured grading with remarks).
    • Fallback heuristic model (word count, topic relevance, structure).
  • ✅ Display each student’s score & remarks.
  • ✅ Export results as CSV file (downloadable).
  • ✅ Responsive UI with mobile navigation (hamburger menu).
  • ✅ Deployed on Vercel with runtime-safe temporary file handling (os.tmpdir()).

🛠️ Tech Stack

Frontend

Backend


⚙️ Installation & Setup

1. Clone Repo

git clone https://github.com/your-username/auto-grader.git
cd auto-grader

About

Automated assignment grading platform that evaluates PDF submissions using Gemini AI and heuristic models

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published