Skip to content

Another0Noob/fruits_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO 11 Fruit Detection Model Project

This project utilizes the YOLO 11 deep learning model to detect and classify various fruits in images. YOLO 11 is the latest evolution in the "You Only Look Once" object detection family, known for its speed and accuracy. The model has been trained specifically to recognize supermarket fruits and vegetables, making it ideal for retail automation, inventory management, or educational purposes.

For a full demonstration and example code, see our Kaggle notebook: Fruits & Vegetable Detection with YOLO 11.

Requirements

  • Python 3.8 or higher is recommended.
  • Python 3.13 has some issues with ONNX.

Setup Instructions

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-folder>
  2. Create a virtual environment:

    python -m venv venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  3. Install the required packages:

    pip install -r requirements.txt

Dataset

The model is trained on the following public dataset:

EndeXspace. "Supermarket Items (YOLOv7) Dataset." Roboflow Universe, Jan. 2025, https://universe.roboflow.com/endexspace/supermarket-items-yolov7. Accessed 2 Aug. 2025.


For more information and hands-on examples, visit Kaggle notebook.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages