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
Multi-Object Tracking and Trajectory Prediction. This repository contains all codes written for SUMMER RESEARCH INTERNSHIP (2021) at AI and Robotics Park (ARTPARK), IISc Bangalore
A Django based web project that uses custom YOLO model, trained on google open images, to detect and count number of fruits(Apple, Mango, Orange, Pomegranate, tomato) in an image.
👀 A web app for detecting and counting objects in videos using YOLOv8 for detection and ByteTrack for tracking, with customizable regions of interest (ROIs) function.
A Unity-based pipeline generates labeled synthetic data, converts it to YOLO format, and merges it with real images for training. Mixed synthetic-real datasets improve detection performance on underrepresented object classes by increasing controlled visual diversity.
RealVision: A powerful, real-time object detection and understanding application using Python, OpenCV, and state-of-the-art AI models. Features dual model support (YOLO v8 + MobileNet-SSD), object tracking, performance monitoring, and modern GUI interface.
A repository for an automated system using object detection and machine learning techniques to diagnose wrist abnormalities in children, adolescents, and young adults, providing high accuracy and precision in diagnosis through a user-friendly mobile application.
This project is a web application for detecting skin cancer using object detection techniques. It leverages the YOLOv8 model to identify various types of skin cancer from uploaded images or videos, as well as through live webcam feeds.
A browser-based tool that lets you train custom YOLOv8 object detection models without touching the terminal. Paste your Roboflow dataset snippet, pick your hyperparameters, and hit Start — the rest is handled for you.