
Code python Nhận dạng biển số xe Việt Nam , Vietnamese License Plate Recognition
by nguyen856785674in Other , Scripts & Code on June 18, 2023Choose Your Desired Option(s)
Code python Nhận dạng biển số xe Việt Nam , Vietnamese License Plate Recognition
Setup
Download folder model, unzip and copy to project run directory:
└───en
| └── […]
└───det
└── […]
Requirements
Python 3.7+
FastAPI stands on the shoulders of giants:
Installation
You will also need an ASGI server, for production such as Uvicorn or Hypercorn.
Run it
Run the server with:
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: Started reloader process [28720]
INFO: Started server process [28722]
INFO: Waiting for application startup.
INFO: Application startup complete.
Interactive API docs
Now go to http://127.0.0.1:8000/docs.
You will see the automatic interactive API documentation (provided by Swagger UI):
Alternative API docs
And now, go to http://127.0.0.1:8000/redoc.
You will see the alternative automatic documentation (provided by ReDoc):
Check it now 👌
Now go to http://127.0.0.1:8000/docs.
- The interactive API documentation will be automatically updated, including the new body:

- Click on the button “Try it out”, it allows you to upload file and directly interact with the API:

- Then click on the “Execute” button, the user interface will communicate with your API, get the results and show them on the screen:
Image example

Return results

| Download Category | Other, Scripts & Code |
| Product Homepage URL→ | |
| Product Version | |
| File Type | Py |
| File Size | 153 KB |
| Developer | |
| Documentation |





