Metadata-Version: 2.4
Name: phorensics
Version: 0.1.0
Summary: An unbiased physics and spectral forensics engine for deepfake detection.
Author-email: Anuran <bhattacharyaanuran45@gmail.com>
Project-URL: Homepage, https://github.com/anuran44/PHORENSICS-Deepfake-Detection
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Security
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: torch>=2.0.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: opencv-python-headless>=4.5.0
Requires-Dist: tqdm>=4.65.0

# Phorensics 🛡️

An unbiased physics and spectral forensics engine for deepfake and image manipulation detection. Phorensics uses Fast Fourier Transforms (FFT), Error Level Analysis (ELA), and physical light correlation to mathematically verify image authenticity.

## Installation

```bash
pip install phorensics
