Metadata-Version: 2.1
Name: autodistill-yolov8
Version: 0.1.2
Summary: Automatically distill large foundational models into smaller, in-domain models for deployment
Home-page: https://github.com/autodistill/autodistill-yolov8
Author: Roboflow
Author-email: autodistill@roboflow.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: autodistill
Requires-Dist: ultralytics ==8.0.81
Requires-Dist: torch
Provides-Extra: dev
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: black ==22.3.0 ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'

Automatically distill large foundational models into smaller, in-domain models for deployment
