Skip to main content

E-kyc for Industries application

Project description

EKYC (OCR&FaceID) API

EKYC (OCR&FaceID) API is an API developed to provide Optical Character Recognition (OCR) and Face ID functionalities. The API supports the scanning of national ID cards, motorbike registration certificates, and EVN bills. It utilizes Makesense AI for labeling data, Yolov5 for text detection, and VietOCR for text recognition.

In addition to OCR, the API also provides Face ID functionality, including face detection, face recognition, and quality checks. It utilizes SCRFD for face detection, ArcFace for face recognition, and provides face liveness detection, face quality assessment, face mask detection, and closed eyes detection.

Scanning Card Type 🚀

  • Type Support
    • National ID card
    • MRC (Motorbike Registation Certificate)
    • Passport
  • OCR Techniques:
    • Makesense AI for labeling data
    • Yolov5 for Text Detection task
    • VietOCR for Text Recognition task

Face ID 🚀

  • Face Detection & Face Recognition
    • SCRFD (Sample and Computation Redistribution for Efficient) for Face Detection
    • ArcFace (From InsightFace project with high accuracy in Face Recognition)
    • Check Quality techniques:
      • Face Liveness Detection
      • Face Quality Assessment
      • Face Mask Detection
      • Closed Eyes Detection

How to install

Install Python version: 3.8.10 Clone the project and create virtual enviroment by running these lines in terminal: python -m venv venv

venv\Scripts\activate

Install requirements by running this line in terminal pip install -r requirements.txt

If you are using windows run this to install dlib package pip install 'app\config\dlib-19.19.0-cp38-cp38-win_amd64.whl'

How to use 🏆

  • For running API in Dev Environment :

uvicorn just_scan_api:app --reload and run on http://127.0.0.1:8000/docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

app_ocr-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

app_ocr-0.0.1-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page