Skip to content

I created the object detection using OpenCV library. Check the code and how I create the model and the working.

Notifications You must be signed in to change notification settings

Keshav1516/object_detection_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Object Detection with OpenCV

A hands-on Jupyter Notebook project that demonstrates object detection using OpenCV in Python. The notebook processes the included image (people.webp) and applies a trained detection model (e.g., Haar cascades or pre‑trained DNN) to identify and annotate objects in the image.


📂 Repository Structure

├── Object_Detection_Case.ipynb # Jupyter Notebook outlining the detection process and code ├── people.webp # Sample image used for detection demo └── .gitignore # Files/folders to ignore in git


🧪 Features & Workflow

  • Load and display an image (people.webp)
  • Initialize OpenCV’s object detection model (like Haar cascades or DNN)
  • Detect objects and draw bounding boxes
  • Visualize the results within the notebook for easy inspection

Great for learning or demonstrating:

  • Basics of OpenCV object detection
  • How to work with images, models, and bounding boxes
  • How to use Jupyter notebooks for experimentation

About

I created the object detection using OpenCV library. Check the code and how I create the model and the working.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published