metadata
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 modelinference.py
– Script to run detectionrequirements.txt