Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.14.0
metadata
title: Smart Audit Checklist
emoji: ⚡
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
license: apache-2.0
⚡ Smart Audit Checklist Evaluator
This AI-powered app allows users to upload PDF, Excel, or image-based audit checklists. The app will:
✅ Extract text from the document using OCR
✅ Detect missing answers, red flags, or unusual values
✅ Assign section-wise and overall scores
✅ Return structured output as a JSON result
🚀 How to Use
- Click Upload checklist
- Choose a
.pdf,.xlsx,.xls,.jpg, or.pngfile - Click Submit
- View the output in structured JSON format:
Extracted TextOverall ScoreSection ScoresFlagsError
🧪 Supported Inputs
- PDF (text-based checklists)
- Excel files (.xlsx, .xls)
- Images of checklists (scanned forms or photos)
📦 Powered By
- Hugging Face Transformers (
TrOCR) - PyMuPDF (
fitz) - Gradio