Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 450 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 450 Bytes

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'