You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Smart Paper Tracer is a web-based prototype that evaluates and compares student answers with an answer key. It runs entirely in a single HTML file with embedded CSS and JavaScript, providing a simple and interactive UI for paper analysis.
Flask-based backend for Smart Paper Tracer project. It processes uploaded answer sheets, performs OCR-based text extraction, compares student answers with the answer key, and returns evaluation results via API endpoints.