Skip to content

muhammadzakirramadhan/ktp-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KTP Validation Image

Installation

  • Clone the Repo
  • Create the environment first
python -m venv env
  • Activate the environment
env\Scripts\activate.bat
  • Install all library needed to environment by using command
pip install -r requirements.txt

Usage

  • (For Windows) set the flask app
set FLASK_APP=app.py
  • Start server with command:
python -m flask run

Then open http://127.0.0.1:5000/

API

Url Params Type
/api/valid ktp Files
/api/extract_ktp ktp Files
/api/match ktp,nik Files, Integer

Develop By Muhammad Zakir Ramadhan

About

KTP Validation Using ocr + flask rest api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages