Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 492 Bytes

cv-model.md

File metadata and controls

22 lines (18 loc) · 492 Bytes

Installation Steps for CV Model

  1. Run the server by the below command
python main.py
  1. To view the working of the CV Model along with the camera functionality.
python final.py
  1. Run the below command to update the parking slots via the admin
python plot.py
  1. To get the realtime slots from the CCTV, you can hit the below endpoint
<endpoint>/space_counter/

Note: The default endpoint is http://localhost:8000.