Spaces:
Running
Running
| title: Smart MCQ Solver | |
| emoji: 🧠 | |
| colorFrom: indigo | |
| colorTo: purple | |
| sdk: static | |
| pinned: false | |
| license: mit | |
| # Smart MCQ Solver — Web deployment (DLGenAI Project) | |
| Solves 5-option (A–E) multiple-choice science questions and returns the top-3 | |
| ranked answers (Kaggle MAP@3 format). The trained transformer is exported to | |
| ONNX and inference runs fully client-side in the browser via onnxruntime-web. | |
| Live: https://huggingface.co/spaces/Code2aum/smart-mcq-solver | |
| - `index.html` — the app (UI + tokenizer + inference) | |
| - `mcq_scratch2.onnx` — trained model exported to ONNX | |
| - `vocab2.json` — tokenizer vocabulary | |