Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robertvazan/sourceafis-transparency-java

Parsers for algorithm transparency data from SourceAFIS fingerprint recognition algorithm.
https://github.com/robertvazan/sourceafis-transparency-java

biometrics data-science feature-extraction fingerprint fingerprint-authentication minutia sourceafis transparency

Last synced: about 2 months ago
JSON representation

Parsers for algorithm transparency data from SourceAFIS fingerprint recognition algorithm.

Awesome Lists containing this project

README

        

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)

# SourceAFIS Transparency for Java

[![Maven Central](https://img.shields.io/maven-central/v/com.machinezoo.sourceafis/sourceafis-transparency)](https://central.sonatype.com/artifact/com.machinezoo.sourceafis/sourceafis-transparency)
[![Build status](https://github.com/robertvazan/sourceafis-transparency-java/workflows/build/badge.svg)](https://github.com/robertvazan/sourceafis-transparency-java/actions/workflows/build.yml)
[![Test coverage](https://codecov.io/gh/robertvazan/sourceafis-transparency-java/branch/master/graph/badge.svg)](https://codecov.io/gh/robertvazan/sourceafis-transparency-java)

SourceAFIS Transparency API for Java provides convenient and strongly typed interface
to [algorithm transparency](https://sourceafis.machinezoo.com/transparency/) data
produced by [SourceAFIS](https://sourceafis.machinezoo.com/) fingerprint recognition engine.
This is a Java library, but it can process transparency data from any of the language ports of SourceAFIS.

## Status

Experimental. [Stagean](https://stagean.machinezoo.com/) is used to track progress on class and method level.

## Documentation

* [SourceAFIS algorithm transparency](https://sourceafis.machinezoo.com/transparency/)

There is no javadoc yet. See [source code](src/main/java/com/machinezoo/sourceafis/transparency) for available APIs.

## Feedback

Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

Distributed under [Apache License 2.0](LICENSE).