{"id":22400040,"url":"https://github.com/regulaforensics/facesdk-web-java-client","last_synced_at":"2025-07-31T14:32:21.990Z","repository":{"id":40406503,"uuid":"283497378","full_name":"regulaforensics/FaceSDK-web-java-client","owner":"regulaforensics","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-18T14:33:49.000Z","size":3488,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2024-11-18T15:18:48.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/regulaforensics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-29T12:48:33.000Z","updated_at":"2024-11-18T14:34:12.000Z","dependencies_parsed_at":"2024-02-09T12:15:15.917Z","dependency_job_id":"3c9eeeb8-05dc-4903-8060-6228e5c7288a","html_url":"https://github.com/regulaforensics/FaceSDK-web-java-client","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2FFaceSDK-web-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2FFaceSDK-web-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2FFaceSDK-web-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2FFaceSDK-web-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/regulaforensics","download_url":"https://codeload.github.com/regulaforensics/FaceSDK-web-java-client/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228257726,"owners_count":17892652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T08:11:03.246Z","updated_at":"2025-07-31T14:32:21.984Z","avatar_url":"https://github.com/regulaforensics.png","language":"Java","readme":"# Regula FaceSDK java client compatible with jvm and android\n\n[![OpenAPI](https://img.shields.io/badge/OpenAPI-defs-0a8c42?style=flat-square)](https://github.com/regulaforensics/FaceSDK-web-openapi)\n\nFace recognition as easy as reading two bytes.\n\nIf you have any problems with or questions about this client, please contact us\nthrough a [GitHub issue](https://github.com/regulaforensics/FaceSDK-web-java-client/issues).\nYou are invited to contribute [new features, fixes, or updates](https://github.com/regulaforensics/FaceSDK-web-java-client/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22), large or small; We are always thrilled to receive pull requests, and do our best to process them as fast as we can.\n\n\n## Install package\nAdd __Regula Forensics, Inc.__ maven repository to repositories section in your `build.gradle`,\nand declare client as regular dependency.\n\n```gradle\nrepositories {\n    maven {\n        url = uri(\"https://maven.regulaforensics.com/FaceSDKWebClient\")\n    }\n}\n\ndependencies {\n    implementation(\"com.regula.facesdk:webclient:5.2.3\")\n}\n```\n\n## Example\nPerforming request:\n```java\nvar sdk = new FaceSdk(apiBasePath);\n\nbyte[] face1 = readFile(\"face_1.jpg\");\nbyte[] face2 = readFile(\"face_2.jpg\");\n\nvar compareImage1 = new MatchImage().index(0).data(face1).type(ImageSource.LIVE);\nvar compareImage2 = new MatchImage().index(1).data(face1).type(ImageSource.DOCUMENT_RFID);\nvar compareImage3 = new MatchImage().index(3).data(face2).type(ImageSource.LIVE);\n\nvar compareRequest = new CompareRequest().images(List.of(compareImage1, compareImage2, compareImage3));\nvar compareResponse = sdk.matchingApi.compare(compareRequest);\n```\n\nYou can find a more detailed example in  [example](./example) folder.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregulaforensics%2Ffacesdk-web-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fregulaforensics%2Ffacesdk-web-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregulaforensics%2Ffacesdk-web-java-client/lists"}