mydemo1 / examples /README.md
CloudAnts's picture
my
32652fd

Ultralytics YOLOv8 Example Applications

This repository features a collection of real-world applications and walkthroughs, provided as either Python files or notebooks. Explore the examples below to see how YOLOv8 can be integrated into various applications.

Ultralytics YOLO Example Applications

How to Contribute

We greatly appreciate contributions from the community, including examples, applications, and guides. If you'd like to contribute, please follow these guidelines:

  1. Create a pull request (PR) with the title prefix [Example], adding your new example folder to the examples/ directory within the repository.
  2. Make sure your project adheres to the following standards:
    • Makes use of the ultralytics package.
    • Includes a README.md with clear instructions for setting up and running the example.
    • Refrains from adding large files or dependencies unless they are absolutely necessary for the example.
    • Contributors should be willing to provide support for their examples and address related issues.

For more detailed information and guidance on contributing, please visit our contribution documentation.

If you encounter any questions or concerns regarding these guidelines, feel free to open a PR or an issue in the repository, and we will assist you in the contribution process.