Metadata-Version: 2.1
Name: deeptracer
Version: 0.1.1
Summary: A powerful tool for detecting and analyzing deepfake images and videos.
Author: Vishwa
Author-email: jvishu06@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: facenet-pytorch
Requires-Dist: Pillow
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: gdown

# DeepTracer

DeepTracer is a Python package for detecting deepfake content in images and videos using a pretrained model.

## Installation

To install DeepTracer, you can clone the repository and run:

```bash
pip install deeptracer
