https://github.com/lixx21/ocr-ktp
OCR KTP that will extract name and gender on KTP and deploy it on GCP
https://github.com/lixx21/ocr-ktp
deep-learning flask gcp machine-learning ocr ocr-ktp
Last synced: 2 months ago
JSON representation
OCR KTP that will extract name and gender on KTP and deploy it on GCP
- Host: GitHub
- URL: https://github.com/lixx21/ocr-ktp
- Owner: lixx21
- Created: 2022-11-27T02:51:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T03:24:09.000Z (over 3 years ago)
- Last Synced: 2025-04-03T23:45:15.334Z (over 1 year ago)
- Topics: deep-learning, flask, gcp, machine-learning, ocr, ocr-ktp
- Language: Jupyter Notebook
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OCR-KTP
OCR KTP is used for detect name and gender in KTP, therefore user doesn't need to input their name and gender and this is used for verified user's account.
## DISCLAIMER THIS IS JUST A SAMPLE KTP THAT I MADE AND I DID NOT PUBLISH THIS FAKE KTP ANYWHERE


# Installation steps
1. Download segmentation model from [google drive](https://drive.google.com/file/d/1wLaE2mVfVsoM5ym9iRCU4VAfuYrKVBlq/view?usp=share_link)
2. Download tesseract.exe in your computer [tesseract.exe installation](https://tesseract-ocr.github.io/tessdoc/Downloads.html)
3. Change this variable's value with your tesseract.exe directory

4. Download all requirements libraries with **pip install -r requirements.txt**
5. run main.py