--- license: mit tags: - objectdetection - yolo - face-recognition - python --- # SM Face + Object Detection Model This model detects both faces and objects in a single image using YOLOv5. Inspired by Aadhaar-style identity from faces and Google Lens-style object labeling. ## ๐Ÿง  Features - Object Detection using YOLOv5 - Face Detection using bounding box - Works in Python and Colab - Model trained/tested on personal image set ## ๐Ÿ“ฆ Files - `yolov5s.pt` โ€“ Pretrained YOLOv5 model - `inference.py` โ€“ Script to run detection - `requirements.txt` ## ๐Ÿงช Example Output ![Example](example_output.jpg) ## โœ๏ธ Author [Madhumitha Murugaiyan](https://huggingface.co/MadhumithaMurugaiyan)