yolov8-old

🎥 Live Object Detection & Tracking using YOLOv8

📌 Project Overview

This project is a real-time AI-powered web application built using Streamlit and YOLOv8 (Ultralytics). It uses a webcam to detect, track, and label objects in real time with bounding boxes.

The system demonstrates how computer vision and artificial intelligence work in live environments by processing video frames instantly.


🎯 Objectives


⚙️ Technologies Used


🚀 Features

🔍 Real-Time Object Detection

📦 Object Tracking

🔢 Object Counting

🚨 Alert System

💾 Frame Saving


▶️ How to Run the Project

1. Install Dependencies

pip install -r requirements.txt

2. Run the Application

streamlit run app.py

3. Open in Browser

http://localhost:8501

📁 Project Structure

object-detection-app/
│
├── app.py
├── requirements.txt
├── README.md
└── screenshots/ (optional)

📊 Observation Report


🧠 Reflection

What objects were easily detected?

Common objects such as person, cellphone, and bottle were easily detected by the model.

What factors affect detection accuracy?


📸 Screenshots

Include at least 5 screenshots showing:



👨‍💻 Developer

LIZA S. JAIME_BSCS-3A


📌 Note

This project is developed for educational purposes to demonstrate real-time AI object detection and tracking using computer vision techniques.