RathodHarish's picture
Update README.md
1a97ea5 verified

A newer version of the Gradio SDK is available: 6.14.0

Upgrade
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

  1. Click Upload checklist
  2. Choose a .pdf, .xlsx, .xls, .jpg, or .png file
  3. Click Submit
  4. View the output in structured JSON format:
    • Extracted Text
    • Overall Score
    • Section Scores
    • Flags
    • Error

🧪 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