Varshithdharmajv's picture
Upload README.md with huggingface_hub
b0c6930 verified
---
title: MVM2 Math Verification System
emoji: ๐Ÿงฎ
colorFrom: red
colorTo: gray
sdk: gradio
sdk_version: 6.9.0
app_file: app.py
pinned: false
license: mit
short_description: MVMยฒ High-Fidelity Glassmorphic Math Verification Dashboard
---
# MVMยฒ โ€” Multi-Model Math Verification System
A multi-agent AI system that verifies mathematical reasoning step-by-step using symbolic computation (SymPy) and LLM-based logic checking.
![Status](https://img.shields.io/badge/status-production--ready-green)
![Version](https://img.shields.io/badge/version-2.0.0-blue)
![Python](https://img.shields.io/badge/python-3.10+-blue)
![Docker](https://img.shields.io/badge/docker-enabled-blue)
## Features
- ๐Ÿ”ฌ **Parallel Verification**: Runs SymPy, LLM, and Ensemble models simultaneously
- ๐Ÿ“Š **Consensus Fusion**: Weighted scoring across multiple agents
- ๐Ÿง  **Explainable AI**: Step-by-step error classification with natural language explanations
- ๐Ÿ“„ **Report Export**: Download verification reports as PDF, Word, or Markdown (powered by VibeDoc)
## How to Use
1. Enter your math problem and each step on a new line in the text box
2. Select which AI verifiers to enable in the sidebar
3. Click **Run Verification Pipeline**
4. Review the verdict, confidence score, and detailed breakdown
5. Download the full analysis report in your preferred format
## System Architecture
```
Input โ†’ SymPy Symbolic Verifier โ”€โ”
โ†’ LLM Logical Checker โ”€โ”€โ†’ Consensus Fusion โ†’ Verdict + Report
โ†’ Ensemble Neural Check โ”€โ”˜
```
## Based on Research Paper
*Mathematical Reasoning Enhancement in Large Language Models* โ€” VNRVJIET, Hyderabad