CoolFace
Apppublic

Anubriya/Fruit_Detection_using_YOLOv8

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
App README

Fruit-Object-Detection

๐ŸŽ๐ŸŒ๐ŸŠ Fruit Detection using YOLOv8 A deep-learning project that detects Apples, Bananas, and Oranges using a trained YOLOv8 Object Detection model. This project includes dataset preparation, training, evaluation, visualization, Streamlit app deployment.

๐Ÿš€ Project Overview

  • โ€”Trained YOLOv8n model on custom fruit dataset
  • โ€”Evaluated using:
  • โ€”Precision, Recall
  • โ€”mAP50, mAP50-95
  • โ€”Confusion Matrix
  • โ€”PR Curves
  • โ€”Built a Streamlit Web App for real-time fruit detection
  • โ€”Hosted online using Hugging Face Spaces

Features

  • โ€”Upload an image
  • โ€”Perform object detection
  • โ€”Display detected fruits with bounding boxes
  • โ€”Runs on Streamlit in Hugging Face Spaces

Tech Stack

  • โ€”YOLOv8 (Ultralytics)
  • โ€”Streamlit
  • โ€”Python
  • โ€”Hugging Face Spaces

Model

Trained for 30 epochs on custom dataset.

How to Use

  1. 1.Upload an image
  2. 2.Click "Detect Fruits"
  3. 3.View results on screen

By Anubriya.B