| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Teaching computers to understand the world in real time.
This project implements YOLOv8 Object Detection using the Ultralytics Framework.
The application detects multiple objects simultaneously from:
✨ Images
🎥 Videos
📹 Live Webcam
Every detected object is displayed with
making real-time computer vision simple and powerful.
| Feature | Status |
|---|---|
| 🖼️ Image Detection | ✅ |
| 🎥 Video Detection | ✅ |
| 📷 Webcam Detection | ✅ |
| ⚡ Real-Time Inference | ✅ |
| 🎯 Confidence Scores | ✅ |
| 📦 Pretrained YOLOv8 Models | ✅ |
| 🚀 GPU Support (CUDA) | ✅ |
| 🔧 Custom Dataset Ready | ✅ |
┌────────────────────┐
│ Input Source │
│Image / Video / Cam │
└─────────┬──────────┘
│
▼
┌────────────────────┐
│ OpenCV │
└─────────┬──────────┘
│
▼
┌────────────────────┐
│ YOLOv8 Inference │
└─────────┬──────────┘
│
▼
┌────────────────────┐
│ Object Detection │
└─────────┬──────────┘
│
▼
┌────────────────────┐
│Bounding Boxes + AI │
└─────────┬──────────┘
│
▼
┌────────────────────┐
│ Final Prediction │
└────────────────────┘
| Technology | Purpose |
|---|---|
| 🐍 Python | Programming |
| 👁️ OpenCV | Computer Vision |
| 🔥 PyTorch | Deep Learning |
| 🤖 YOLOv8 | Object Detection |
| 🚀 Ultralytics | Model Framework |
object-detection
│
├── detect_image.py
├── detect_webcam.py
│
├── assets
│ ├── detected_image.png
│ ├── object_detected_video.mp4
│ └── object_detection_through_webcam.mp4
│
├── requirements.txt
└── README.md
git clone https://github.com/vishnu-R2005/object-detection.git
cd object-detection
python -m venv venvWindows
venv\Scripts\activateLinux/macOS
source venv/bin/activateInstall dependencies
pip install ultralytics opencv-pythonpython detect_image.py --image image.jpgpython detect_image.py --video video.mp4python detect_webcam.py --video 0| Model | mAP | Speed |
|---|---|---|
| YOLOv8n | ⭐⭐⭐⭐ | ⚡⚡⚡⚡⚡ |
| YOLOv8s | ⭐⭐⭐⭐⭐ | ⚡⚡⚡⚡ |
| YOLOv8m | ⭐⭐⭐⭐⭐⭐ | ⚡⚡⚡ |
🚗 Autonomous Driving
🏭 Manufacturing
🛒 Retail Analytics
🎥 Smart Surveillance
🚦 Traffic Monitoring
🌿 Agriculture
🤖 Robotics
🐘 Wildlife Monitoring
🏥 Healthcare
███████████████████████░░ Computer Vision
█████████████████████░░░░ Deep Learning
██████████████████████░░░ YOLOv8
█████████████████████░░░░ OpenCV
█████████████████████░░░░ PyTorch
██████████████████████░░░ Real-Time AI
██████████████████████░░░ Object Detection
Python Backend Developer • AI Enthusiast • Computer Vision Learner
This project reflects my passion for combining Artificial Intelligence with practical software engineering.
By building this application, I strengthened my understanding of
I enjoy building intelligent software that solves real-world problems using Python and AI.
| Back | FazBrowse Home | New Git URL |