This project monitors the number and location of empty parking spaces by reading the image data from the parking lot cameras to determine if there is a vehicle parked in each space, thus helping students find the right space faster.
When I parked at school, I often encountered the car park is full of cars, this time we need to browse through multiple car parks to find an empty parking space, so we made this project, you can intuitively find the right parking space in the mobile browser!
This project monitors the number and location of empty parking spaces by reading the image data from the parking lot cameras to determine if there is a vehicle parked in each space, thus helping students find the right space faster.
Read the parking lot image data returned by the camera, use yolo8 to predict the parking lot image, and obtain whether there is a vehicle in each parking space Predict the occupancy of each parking space and save it to the database. The front-end web reads the return from the back-end and displays the occupancy ratio of each parking lot and the occupancy of each parking space.
