Foxy-Roxy's picture
Update README.md
b36d10d verified
|
Raw
History Blame Contribute Delete
1.33 kB

A newer version of the Streamlit SDK is available: 1.58.0

Upgrade
metadata
title: Wheel_Defect_Detection
emoji: πŸ›ž
colorFrom: red
colorTo: red
sdk: streamlit
app_port: 8501
tags:
  - streamlit
app_file: app.py
pinned: false
short_description: Streamlit template space
license: mit
sdk_version: 1.45.1

Welcome to Streamlit!

Edit /src/streamlit_app.py to customize this app to your heart's desire. :heart:

If you have any questions, checkout our documentation and community forums.

πŸ›ž Tire Defect Detection using YOLOv8 A real-time deep learning project to detect and classify tire defects such as bulges, cracks, and flat spots using the YOLOv8 object detection model.

πŸ” Objective The goal of this project is to overcome the limitations of traditional sensor-based tire defect detection systems (like in the research paper) by using a camera-based, AI-powered solution that:

Works in real-time Requires no specialized hardware Supports multiple defect types πŸš€ Features Detects 4 classes: Bulge, Cracks, Flat Spots, Non-defective Trained using YOLOv8n (Ultralytics) Works with static images and can be extended to video/webcam Real-time feedback with bounding boxes Easy deployment and portable πŸ“‚ Dataset Labeled dataset from Roboflow in YOLO format Classes: ['Bulge', 'Cracks', 'Flat spots', 'Non-defective']