- Recommend: GPU + OS(Ubuntu)
- I recently updated the new version that is easy to install and is improved slightly in accuracy and performance.
# Install an ASGI server, for production such as Uvicorn or Hypercorn.
pip3 install uvicorn[standard]
pip3 install -r requirements.txt
uvicorn run:app --host='hostname'