Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 474 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 474 Bytes

License Plate Recognition

Clone git :

 git clone https://github.com/taidao1901/LicensePlateRecognition.git

Khởi tạo môi trường

Cách 1:

   conda env create -f enviroment.yml 

Cách 2:

   conda create --name <tên env> python=3.9.12
   conda activate <tên env>
   pip install -r requirements.txt

Khởi động server bằng lệnh

Trỏ tới LicensePlateRecognition_RESTAPI

python manage.py runserver