Skip to content

htdung167/LicensePlateRecognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Đồ án Nhận dạng

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Other 0.3%