IDCardVNRecognition
IDCardVNRecognition copied to clipboard
Recognize and extract information from ID Card VietNam
trafficstars
IDCardVNRecognition
- Recommend: GPU + OS(Ubuntu)
Update
- I recently updated the new version that is easy to install and is improved slightly in accuracy and performance.
Install Dependencies
# Install an ASGI server, for production such as Uvicorn or Hypercorn.
pip3 install uvicorn[standard]
pip3 install -r requirements.txt
Run Server
uvicorn run:app --host='hostname'