Skip to content

GianlucaDeStefano/Forgery-Detection-Evasion-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forgery detection project

This is a project for the course of Machine Learning in Cyber Security. It's aim is to produce a machine learning model capable of identifying tampered regions of images testin also its performances against black box adversarial attacks.

Installation

Clone this repo:

git clone https://github.com/GianlucaDeStefano/forgerydetectionproject.git

Create a conda environment to run it:

conda create --name tf_gpu tensorflow-gpu 

Activate the environment:

conda activate tf_gpu 

Install the requirements using pip:

pip install -r requirements.txt

Usage

To train a model execute:

python train.py

Folder structure

.
├── Datasets                # Contains the builder classes to download and save datasets
├── Generators              # Contains the generator classes to load datasets from memory
├── Logs                    # Folder used to save log data during training
├── Models                  # Contains the implementation of the classes to build and train the model
├── train.py                # Main endpoint to use to train a model
└── README.md

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published