Update app.py
Browse files
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
|
| 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 |
)
|