MadhumithaMurugaiyan's picture
Update README.md
285aa16 verified
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 model
  • inference.py – Script to run detection
  • requirements.txt

🧪 Example Output

Example

✍️ Author

Madhumitha Murugaiyan