Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robertvazan/sourceafis-transparency-java
- Owner: robertvazan
- License: apache-2.0
- Created: 2019-10-17T19:31:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T16:01:56.000Z (about 1 year ago)
- Last Synced: 2023-11-14T16:57:13.570Z (about 1 year ago)
- Topics: biometrics, data-science, feature-extraction, fingerprint, fingerprint-authentication, minutia, sourceafis, transparency
- Language: Java
- Homepage: https://sourceafis.machinezoo.com/transparency/
- Size: 440 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).