Skip to content

YOLO-based model designed to detect South African identity documents.

License

Notifications You must be signed in to change notification settings

getverifiedhq/yolo

Repository files navigation

Get Verified

Building the future of digital identity verification for South Africa
Learn more »

Introduction · Get Started · Contributing

License


Introduction

This repository provides an open-source YOLO-based model designed to detect South African identity documents.

Get Started

Prerequisites

  • Python 3.10
  • OpenCV
    • Linux: apt install -y python3-opencv libopencv-dev
  • Tesseract
    • Linux: apt-get install -y tesseract-ocr
    • macOS: brew install tesseract
git clone https://github.com/getverifiedhq/yolo.git

python3.10 -m venv myenv

source myenv/bin/activate

pip install -r requirements.txt

python src/cli-detect.py identity_document.png

Contributing

We love our contributors! Here's how you can contribute:

  • Open an issue if you believe you've encountered a bug.
  • Make a pull request to add new features/make quality-of-life improvements/fix bugs.

Repo Activity

Alt

License

Inspired by Plausible, Get Verified is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. You can find it here.

About

YOLO-based model designed to detect South African identity documents.

Resources

License

Stars

Watchers

Forks