JKrishnanandhaa commited on
Commit
6687b99
·
verified ·
1 Parent(s): f73d7a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -348,8 +348,7 @@ with gr.Blocks(css=custom_css) as demo:
348
  gr.Markdown(
349
  """
350
  # 📄 Document Forgery Detection
351
- Upload a document image or PDF to detect and classify forgeries using deep learning. The system identifies Copy-Move, Splicing, and Text Substitution manipulations with precise localization and confidence scores.
352
-
353
  ---
354
  """
355
  )
 
348
  gr.Markdown(
349
  """
350
  # 📄 Document Forgery Detection
351
+ Upload a document image or PDF to detect and classify forgeries using deep learning. The system combines MobileNetV3-UNet for precise localization and LightGBM for classification, identifying Copy-Move, Splicing, and Text Substitution manipulations with detailed confidence scores and bounding boxes. Trained on 140K samples for robust performance.
 
352
  ---
353
  """
354
  )