AMontiB commited on
Commit
e3c412b
·
1 Parent(s): 5f9c46d
Files changed (2) hide show
  1. JPEG_Ghost.py +1 -0
  2. PRNU.py +1 -1
JPEG_Ghost.py CHANGED
@@ -102,6 +102,7 @@ def build_demo():
102
  gr.Markdown("# 👻 JPEG Ghost Detection")
103
  gr.Markdown(
104
  "Detects forgeries by identifying regions within an image that were compressed with different **JPEG Quality Factors (QF)**. When an area from a different JPEG image is spliced in, it often carries the 'ghost' of its original compression level, which this tool can reveal. NOTE: This tool AUTOMATICALLY SIMULATE THE JPEG GHOST BY RECOMPRESSING THE SELECTED AREA. \n"
 
105
  "**Instructions:**\n"
106
  "1. **Upload** an image.\n"
107
  "2. **Click** on the image to move the 256x256 selection box.\n"
 
102
  gr.Markdown("# 👻 JPEG Ghost Detection")
103
  gr.Markdown(
104
  "Detects forgeries by identifying regions within an image that were compressed with different **JPEG Quality Factors (QF)**. When an area from a different JPEG image is spliced in, it often carries the 'ghost' of its original compression level, which this tool can reveal. NOTE: This tool AUTOMATICALLY SIMULATE THE JPEG GHOST BY RECOMPRESSING THE SELECTED AREA. \n"
105
+ "\n"
106
  "**Instructions:**\n"
107
  "1. **Upload** an image.\n"
108
  "2. **Click** on the image to move the 256x256 selection box.\n"
PRNU.py CHANGED
@@ -26,7 +26,7 @@ This tool analyzes an image to detect potential manipulations using Photo-Respon
26
 
27
  ![Diagram of the PRNU process](https://www.researchgate.net/profile/Feyisetan-Ojerinde/publication/323982885/figure/fig1/AS:607997380104192@1521971778119/Block-diagram-of-PRNU-based-source-camera-identification-process.png)
28
 
29
- ## How to Use
30
  1. Upload the camera's fingerprint file (`.dat` format).
31
  2. Upload the JPG/PNG image you want to analyze.
32
  3. Click **Submit** and view the resulting PCE map.
 
26
 
27
  ![Diagram of the PRNU process](https://www.researchgate.net/profile/Feyisetan-Ojerinde/publication/323982885/figure/fig1/AS:607997380104192@1521971778119/Block-diagram-of-PRNU-based-source-camera-identification-process.png)
28
 
29
+ "**Instructions:**"
30
  1. Upload the camera's fingerprint file (`.dat` format).
31
  2. Upload the JPG/PNG image you want to analyze.
32
  3. Click **Submit** and view the resulting PCE map.