All Projects → LibraX-ai → IDVerification

LibraX-ai / IDVerification

Licence: MIT license
"Very simple but works well" Computer Vision based ID verification solution provided by LibraX.

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to IDVerification

SentryPeer
A distributed peer to peer list of bad actor IP addresses and phone numbers collected via a SIP Honeypot.
Stars: ✭ 108 (+145.45%)
Mutual labels:  fraud-prevention, fraud-detection, fraud
xgboost-smote-detect-fraud
Can we predict accurately on the skewed data? What are the sampling techniques that can be used. Which models/techniques can be used in this scenario? Find the answers in this code pattern!
Stars: ✭ 59 (+34.09%)
Mutual labels:  fraud-prevention, fraud-detection, fraud
Brightid
Reference mobile app for BrightID
Stars: ✭ 101 (+129.55%)
Mutual labels:  identity, verification
passport-activedirectory
Active Directory strategy for passport.js
Stars: ✭ 28 (-36.36%)
Mutual labels:  verification, passport
deepAD
Detection of Accounting Anomalies in the Latent Space using Adversarial Autoencoder Neural Networks - A lab we prepared for the KDD'19 Workshop on Anomaly Detection in Finance that will walk you through the detection of interpretable accounting anomalies using adversarial autoencoder neural networks. The majority of the lab content is based on J…
Stars: ✭ 65 (+47.73%)
Mutual labels:  fraud-prevention, fraud-detection
0rsk
Online Risk Manager
Stars: ✭ 18 (-59.09%)
Mutual labels:  risk-analysis, risk-management
graph-vl
Self hosted identity verification layer with GraphQL.
Stars: ✭ 25 (-43.18%)
Mutual labels:  identity, verification
DGFraud-TF2
A Deep Graph-based Toolbox for Fraud Detection in TensorFlow 2.X
Stars: ✭ 84 (+90.91%)
Mutual labels:  fraud-prevention, fraud-detection
node-identif
🔑 Helper class to verify one's identity via personal channels(SMS, Phone, E-Mail and more!)
Stars: ✭ 27 (-38.64%)
Mutual labels:  identity, verification
ID-Card-Passport-Recognition-SDK-Android
On-Device ID Card & Passport & Driver License Recognition SDK for Android
Stars: ✭ 223 (+406.82%)
Mutual labels:  identity, passport
evaluator
⚖Open Source Toolkit for Quantitative Risk Assessment
Stars: ✭ 120 (+172.73%)
Mutual labels:  risk, risk-management
CARE-GNN
Code for CIKM 2020 paper Enhancing Graph Neural Network-based Fraud Detectors against Camouflaged Fraudsters
Stars: ✭ 121 (+175%)
Mutual labels:  fraud-prevention, fraud-detection
collector
⚖Open Source Toolkit for Conducting Quantitative Risk Assessment Interviews
Stars: ✭ 26 (-40.91%)
Mutual labels:  risk, risk-management
yoti-java-sdk
The Java SDK for interacting with the Yoti Platform
Stars: ✭ 13 (-70.45%)
Mutual labels:  identity, verification
Misp
MISP (core software) - Open Source Threat Intelligence and Sharing Platform
Stars: ✭ 3,485 (+7820.45%)
Mutual labels:  fraud-prevention, fraud-detection
suspicidy
Suspicidy aims to detect suspicious web requests
Stars: ✭ 13 (-70.45%)
Mutual labels:  fraud-prevention, fraud-detection
Fingerprintjs
Browser fingerprinting library with the highest accuracy and stability.
Stars: ✭ 15,481 (+35084.09%)
Mutual labels:  fraud-detection, fraud
predict-fraud-using-auto-ai
Use AutoAI to detect fraud
Stars: ✭ 27 (-38.64%)
Mutual labels:  fraud-prevention, fraud-detection
bitcloutDAO
Decentralized Social Network Money Frauds/Scams including BitClout / DeSo, Twetch, Steemit, PeakD
Stars: ✭ 29 (-34.09%)
Mutual labels:  fraud-prevention, fraud
awesome-risks
Sample Risks for a Software Project
Stars: ✭ 36 (-18.18%)
Mutual labels:  risk, risk-management

ID Verification by LibraX.ai

This is the first free Identity verification in the market. LibraX.ai is an identity verification platform for developers. This solution is to verify user ID image for name matching, age, and basic fraud detection for ID. LibraX is providing to give this service for free as long as we are in business, and you can reach out to [email protected] for any add-on features or customized requirement.

Example for ID verification

How to use the API?

  1. For ID Verfication use the REST API

    https://api.librax.ai/id/verify
    
  2. Create a json payload for the request having FistName, LastName and base64 encoding of ID on which you wish to run ID Verification on

    {
        "FirstName": "first_name",
        "LastName": "last_name",
        "IDPhoto": <base64 encoded string>
    }
    
  3. Set the Content-Type header as application/json

  4. Using the subscription key obtained in previous step set the Ocp-Apim-Subscription-Key header as follows

    Ocp-Apim-Subscription-Key: <your-subscription-key>
    
  5. Send your request to the server, the response will be in json format. Note: Detailed response status code is documented here dev.librax.ai

Example code can be found here

How to get the subscription key?

  1. You need register an account in https://dev.librax.ai
  2. You will get an confirmation email (it may land into your spam folder).
  3. You need login and go to "product" page. You can name your subscription and click the subscrib button there.
  4. you can see your subscription and key token in your profile page.

Future roadmap:

We are looking forward to hearing your feedback about the future roadmap. Please reach out to us.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].