Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 456 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 456 Bytes

Vietnamese's Automated License Plate Recognition

  1. Clone the repo \
  2. Run command:

pip install --upgrade pip

pip install --no-cache-dir -r requirements.txt

  1. Run main.py (recommend using VScode or Pycharm).
    For testing open test.py, choose any image then replace line 6's imgPath to the image's location path. \

Alternatively, run by docker. Compile the dockerfile. Then run with command:

docker run -d -p 8765:8765 [docker image's name]