Skip to content

🐍 Python scripts to apply Benford's Law 🧑‍⚖️ in Image Foregery Detection. 🔍 Originally a fork of https://github.com/Pacfes/Benford-Law

Notifications You must be signed in to change notification settings

WessellUrdata/Benfords-Law

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python scripts for Image Forgery Detection using Benford's Law

This repo contains scripts modified or translated from the Python scripts and MATLAB scripts based on Benford's law applied to digital forensic analysis by Pedro Fernandes and Mário Antunes, which is available at the original GitHub repository.

Setup

Install uv according to its documentation and then get the project dependencies using the following command:

uv sync

Usage

The feature extraction functions have been abstracted into a Python module ImageForensics, which is currently included in this repository.

You may refer to the Jupyter notebooks in the notebooks directory for examples on how to use the functions.

About

🐍 Python scripts to apply Benford's Law 🧑‍⚖️ in Image Foregery Detection. 🔍 Originally a fork of https://github.com/Pacfes/Benford-Law

Resources

Stars

Watchers

Forks

Releases

No releases published