You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A computer vision-based project that uses YOLOv8 to detect and classify plant leaves in real time, helping identify healthy and diseased plants efficiently to support smart agriculture solutions.
This project demonstrates how to track a ball in a video showcasing a Tennis game by training a custom YOLO detection model. The model is trained not only for ball detection but also interpolation to handle areas where the tracking fails.
This project implements a YOLOv8 model to detect and classify various skin diseases from images. The model is trained on a dataset of labeled images and can identify different types of skin conditions in real-time.
This repository demonstrates how to fine-tune YOLOv11n on multiple fire detection datasets. It provides a complete pipeline for combining multiple datasets from Roboflow, training a unified model, and evaluating its performance.
The road sign recognition system of the Russian Federation, which uses an already prepared model for object detection and image segmentation in real time to improve road safety
Detect football players in videos using YOLOv5 for training and YOLOv8 for inference. The dataset is sourced from Roboflow and includes 663 annotated images. The project involves pre-processing, augmentation, and model training for accurate player detection.
ObjectDetect is an Android App that lets users select a gallery image and run cloud-based object detection using a Roboflow workflow. It displays both the original and processed images with bounding boxes, supports full-screen viewing with zoom and pan, and features a modern UI built with Jetpack Compose, Ktor, and Koin in a clean architecture.
Fire detection using YOLOv8 involves utilizing a state-of-the-art object detection model to accurately identify fire in images or video feeds in real-time, leveraging its advanced capabilities to enhance early warning systems.