By Team AI4Life
YOLO on the other hand, stands for You Only Looks Once is an efficient and optimised object detection algorithm that fused several processes of object detection into one neural network for both classification and prediction of bounding boxes for detected objects to allow a faster object detection processes. OpenCV on the other hand is mainly used for processing the images or videos input to ease and allow the object detection alogorithm to work correctly.
Frontend
Backend
Please follow all the steps to get started
Install the YOLO weight from this google shared link and placed it into yolo-coco folder as shown:
-
Clone this repository
git clone https://github.com/Laikokwui/is-auto-social-distance-system.git
-
Install all the required module with pip
pip install -r requirements.txt
-
Run the program with streamlit
streamlit run app.py
Great Job, you're all set!