Skip to content

A declarative framework for Morphing Attack Detection experiments

License

Notifications You must be signed in to change notification settings

ndido98/revelio

Repository files navigation

Revelio

PyPI PyPI - Python Version PyPI - License Coookiecutter - Wolt


Documentation: https://ndido98.github.io/revelio

Source Code: https://github.com/ndido98/revelio


A declarative framework for Morphing Attack Detection experiments

Installation

git clone git@github.com:ndido98/revelio
cd revelio
poetry install
poetry run revelio

Reproducing the experiments

Using the uploaded configuration file in the experiments/ directory inside the repository, it is possible to reproduce the experiments reported in the paper.

The following experiments are available at the moment:

This list is currently a work in progress.

Development

  • Clone this repository
  • Requirements:
  • Create a virtual environment and install the dependencies
poetry install
  • Activate the virtual environment
poetry shell

Testing

pytest

Documentation

The documentation is automatically generated from the content of the docs directory and from the docstrings of the public signatures of the source code. The documentation is updated and published as a Github project page automatically as part each release.

Pre-commit

Pre-commit hooks run all the auto-formatters (e.g. black, isort), linters (e.g. mypy, flake8), and other quality checks to make sure the changeset is in good shape before a commit/push happens.

You can install the hooks with (runs for each commit):

pre-commit install
pre-commit install -t commit-msg

Or if you want e.g. want to run all checks manually for all files:

pre-commit run --all-files

This project was generated using the wolt-python-package-cookiecutter template.

About

A declarative framework for Morphing Attack Detection experiments

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages