ultralytics
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: MATTbomerts
- License: agpl-3.0
- Language: Python
- Default Branch: master
- Size: 1.33 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
docs/README.md
📚 Ultralytics Docs
Ultralytics Docs are the gateway to understanding and utilizing our cutting-edge machine learning tools. These documents are deployed to https://docs.ultralytics.com for your convenience.
🛠️ Installation
To install the ultralytics package in developer mode, ensure you have Git and Python 3 installed on your system. Then, follow these steps:
Clone the ultralytics repository to your local machine using Git:
bash git clone https://github.com/MATTbomerts/ultralytics.gitInstall the package in developer mode using pip (or pip3 for Python 3):
bash pip install requirements.txt
- This command installs the ultralytics package along with all development dependencies, allowing you to modify the package code and have the changes immediately reflected in your Python environment.
🚀 Building and Serving Locally
The mkdocs serve command builds and serves a local version of your MkDocs documentation, ideal for development and testing:
bash
mkdocs serve
Command Breakdown:
mkdocsis the main MkDocs command-line interface.serveis the subcommand to build and locally serve your documentation.
🧐 Note:
- Grasp changes to the docs in real-time as
mkdocs servesupports live reloading. - To stop the local server, press
CTRL+C.
- Grasp changes to the docs in real-time as
🌍 Building and Serving Multi-Language
Supporting multi-language documentation? Follow these steps:
Stage all new language *.md files with Git:
bash git add docs/**/*.md -fBuild all languages to the
/sitefolder, ensuring relevant root-level files are present:```bash
Clear existing /site directory
rm -rf site
Loop through each language config file and build
mkdocs build -f docs/mkdocs.yml for file in docs/mkdocs_*.yml; do echo "Building MkDocs site with $file" mkdocs build -f "$file" done ```
To preview your site, initiate a simple HTTP server:
```bash cd site python -m http.server
Open in your preferred browser
```
- 🖥️ Access the live site at
http://localhost:8000.
📤 Deploying Your Documentation Site
Choose a hosting provider and deployment method for your MkDocs documentation:
- Configure
mkdocs.ymlwith deployment settings. Use
mkdocs deployto build and deploy your site.GitHub Pages Deployment Example:
bash mkdocs gh-deployUpdate the "Custom domain" in your repository's settings for a personalized URL.

- For detailed deployment guidance, consult the MkDocs documentation.
💡 Contribute
We cherish the community's input as it drives Ultralytics open-source initiatives. Dive into the Contributing Guide and share your thoughts via our Survey. A heartfelt thank you 🙏 to each contributor!

📜 License
Ultralytics Docs presents two licensing options:
- AGPL-3.0 License: Perfect for academia and open collaboration. Details are in the LICENSE file.
- Enterprise License: Tailored for commercial usage, offering a seamless blend of Ultralytics technology in your products. Learn more at Ultralytics Licensing.
✉️ Contact
For Ultralytics bug reports and feature requests please visit GitHub Issues. Become a member of the Ultralytics Discord, Reddit, or Forums for asking questions, sharing projects, learning discussions, or for help with all things Ultralytics!
Owner
- Name: 朱橹
- Login: MATTbomerts
- Kind: user
- Company: University of Electronic Science and Technology of China
- Repositories: 1
- Profile: https://github.com/MATTbomerts
student of University of Electronic Science and Technology of China
Citation (CITATION.cff)
# This CITATION.cff file was generated with https://bit.ly/cffinit
cff-version: 1.2.0
title: Ultralytics YOLO
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Glenn
family-names: Jocher
affiliation: Ultralytics
orcid: 'https://orcid.org/0000-0001-5950-6979'
- family-names: Qiu
given-names: Jing
affiliation: Ultralytics
orcid: 'https://orcid.org/0000-0003-3783-7069'
- given-names: Ayush
family-names: Chaurasia
affiliation: Ultralytics
orcid: 'https://orcid.org/0000-0002-7603-6750'
repository-code: 'https://github.com/ultralytics/ultralytics'
url: 'https://ultralytics.com'
license: AGPL-3.0
version: 8.0.0
date-released: '2023-01-10'
GitHub Events
Total
- Push event: 14
- Create event: 7
Last Year
- Push event: 14
- Create event: 7
Dependencies
- matplotlib >=3.3.0
- numpy <2.0.0; sys_platform == 'darwin'
- numpy >=1.23.0
- opencv-python >=4.6.0
- pandas >=1.1.4
- pillow >=7.1.2
- psutil *
- py-cpuinfo *
- pyyaml >=5.3.1
- requests >=2.23.0
- scipy >=1.4.1
- seaborn >=0.11.0
- torch >=1.8.0
- torch >=1.8.0,!=2.4.0; sys_platform == 'win32'
- torchvision >=0.9.0
- tqdm >=4.64.0
- ultralytics-thop >=2.0.0
- Jinja2 ==3.1.5
- Markdown ==3.6
- MarkupSafe ==2.1.5
- PyQt5 ==5.15.11
- PyQt5-Qt5 ==5.15.16
- PyQt5_sip ==12.17.0
- PyYAML ==6.0.1
- Pygments ==2.18.0
- SimpleITK ==2.4.0
- Werkzeug ==3.0.3
- absl-py ==2.1.0
- asttokens ==2.4.1
- astunparse ==1.6.3
- attrs ==25.1.0
- backcall ==0.2.0
- beautifulsoup4 ==4.13.3
- bleach ==6.2.0
- certifi ==2024.6.2
- charset-normalizer ==3.3.2
- contourpy ==1.2.1
- cycler ==0.12.1
- debugpy ==1.8.2
- decorator ==5.1.1
- defusedxml ==0.7.1
- docopt ==0.6.2
- et_xmlfile ==2.0.0
- executing ==2.0.1
- fastjsonschema ==2.21.1
- flatbuffers ==24.3.25
- fonttools ==4.53.0
- gast ==0.6.0
- google-pasta ==0.2.0
- grpcio ==1.65.1
- h5py ==3.11.0
- idna ==3.7
- imageio ==2.35.1
- importlib_metadata ==8.0.0
- importlib_resources ==6.4.0
- ipykernel ==6.14.0
- ipython ==8.12.3
- jedi ==0.19.1
- joblib ==1.4.2
- jsonschema ==4.23.0
- jsonschema-specifications ==2024.10.1
- jupyter_client ==8.6.2
- jupyter_core ==5.7.2
- jupyterlab_pygments ==0.3.0
- keras ==3.4.1
- kiwisolver ==1.4.5
- lazy_loader ==0.4
- libclang ==18.1.1
- lxml ==5.2.2
- markdown-it-py ==3.0.0
- matplotlib ==3.9.0
- matplotlib-inline ==0.1.7
- mdurl ==0.1.2
- mistune ==3.1.2
- ml-dtypes ==0.4.0
- namex ==0.0.8
- nbclient ==0.10.2
- nbconvert ==7.16.6
- nbformat ==5.10.4
- nest_asyncio ==1.6.0
- networkx ==3.2.1
- nibabel ==5.2.1
- nilearn ==0.10.4
- numpy ==1.26.4
- onnx ==1.16.1
- opencv-python ==4.10.0.84
- openpyxl ==3.1.5
- opt-einsum ==3.3.0
- optree ==0.12.1
- packaging ==24.1
- pandas ==2.2.2
- pandocfilters ==1.5.1
- parso ==0.8.4
- pexpect ==4.9.0
- pickleshare ==0.7.5
- pillow ==10.4.0
- pip ==24.0
- pipreqs ==0.5.0
- platformdirs ==4.2.2
- prompt_toolkit ==3.0.47
- protobuf ==4.25.3
- psutil ==6.0.0
- ptyprocess ==0.7.0
- pure-eval ==0.2.2
- py-cpuinfo ==9.0.0
- pydicom ==2.4.4
- pyparsing ==3.1.2
- python-dateutil ==2.9.0
- pytz ==2024.1
- pyzmq ==26.0.3
- referencing ==0.36.2
- requests ==2.32.3
- rich ==13.7.1
- rpds-py ==0.23.1
- scikit-image ==0.24.0
- scikit-learn ==1.5.1
- scipy ==1.13.1
- seaborn ==0.13.2
- setuptools ==70.1.1
- six ==1.16.0
- soupsieve ==2.6
- stack-data ==0.6.2
- tensorboard ==2.17.0
- tensorboard-data-server ==0.7.2
- tensorflow ==2.17.0
- tensorflow-io-gcs-filesystem ==0.37.1
- termcolor ==2.4.0
- threadpoolctl ==3.5.0
- tifffile ==2024.8.10
- tinycss2 ==1.4.0
- torch ==1.13.1
- torchaudio ==0.13.1
- torchvision ==0.14.1
- tornado ==6.4.1
- tqdm ==4.66.4
- traitlets ==5.14.3
- typing_extensions ==4.12.2
- tzdata ==2024.1
- ultralytics ==8.2.48
- ultralytics-thop ==2.0.0
- urllib3 ==2.2.2
- wcwidth ==0.2.13
- webencodings ==0.5.1
- wheel ==0.43.0
- wrapt ==1.16.0
- yarg ==0.1.9
- zipp ==3.19.2






