You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a project I created for CTSS to show the canteen queue times. It uses a raspberry pi to take a photo of the canteen, uses YOLO v5 to count the number of heads and predicts the queue time. The data is then sent to a Flask webserver for display.
Project using YoloV5 Crowdhuman to detect the number of people in a queue (backend), and sends the data an internal webserver to be displayed (frontend).
This is a project I created for CTSS to show the canteen queue times. It uses a raspberry pi to take a photo of the canteen, uses YOLO v5 to count the number of heads and predicts the queue time. The data is then sent to a Flask webserver for display.