Welcome to Ultralytics Docs, your comprehensive resource for understanding and utilizing our state-of-the-art machine learning tools and models, including Ultralytics YOLO. These documents are actively maintained and deployed to https://docs.ultralytics.com for easy access.
The badges above track the core ultralytics Python package documented by this site. To install that package in developer mode, which allows you to modify the source code directly, ensure you have Git and Python 3.8 or later installed on your system. Then, follow these steps:
-
Clone the
ultralyticsrepository to your local machine using Git:git clone https://github.com/ultralytics/ultralytics.git
-
Navigate to the cloned repository's root directory:
cd ultralytics -
Install the package in editable mode (
-e) along with its development dependencies ([dev]) using pip:pip install -e '.[dev]'This command installs the
ultralyticspackage such that changes to the source code are immediately reflected in your environment, ideal for development and contributing.
- MkDocs - Static site generator for project documentation
- Ultralytics Chat - Realtime conversational AI with open-source chat.js implementation
- GitHub Pages - Hosting and deployment
- GitHub Actions - CI/CD automation
This repository contains selected documentation Markdown plus maintenance workflows for downloaded website checks, domain checks, and sitemap submissions. Install the lightweight Python dependencies before running repository utilities locally:
pip install -r requirements.txtFor example, utils/check_image_sizes.py is used by the website link-check workflow to flag oversized images in downloaded pages.
The live documentation at docs.ultralytics.com is maintained with scheduled and manual workflows in .github/workflows/:
links.ymldownloads rendered pages forwww.ultralytics.com,docs.ultralytics.com, andhandbook.ultralytics.com, then checks links, spelling, and large images.links_local.ymlchecks repository Markdown and HTML links, with an optional broader link scan on manual runs.check_domains.ymlverifies Ultralytics domain redirects.download_websites.ymlcan download public website pages for inspection.sitemaps.ymlsubmits sitemaps and changed URLs after successful Pages deployments.
This repository does not currently include local mkdocs*.yml configuration files, so README instructions should use the workflows above rather than local MkDocs build commands.
We deeply value contributions from the open-source community to enhance Ultralytics projects. Your input helps drive innovation in computer vision and AI! Please review our Contributing Guide for detailed information on how to get involved. You can also share your feedback and ideas through our quick Survey. A heartfelt thank you π to all our contributors for their dedication and support!
We look forward to your contributions!
Ultralytics Docs are available under two licensing options to accommodate different usage scenarios:
- AGPL-3.0 License: Ideal for students, researchers, and enthusiasts involved in academic pursuits and open collaboration. See the LICENSE file for full details. This license promotes sharing improvements back with the community, fostering an open and collaborative environment.
- Enterprise License: Designed for commercial applications, this license allows seamless integration of Ultralytics software and AI models into commercial products and services without the open-source requirements of AGPL-3.0. Visit Ultralytics Licensing for more information on obtaining an Enterprise License.
For bug reports, feature requests, and other issues related to the documentation, please use GitHub Issues. For discussions, questions, and community support regarding Ultralytics software, the Ultralytics Platform, and more, join the conversation with peers and the Ultralytics team on our Discord server!