Skip to content

phamvanhanh6720/IDCardVNRecognition

Repository files navigation

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'