Metadata-Version: 2.1
Name: ultralytics-yolov8
Version: 0.0.1
Summary: Packaged version of the Yolov6 repository
Home-page: https://github.com/kadirnar/yolov6-pip
Author: kadirnar
License: MIT
Keywords: machine-learning,deep-learning,pytorch,vision,image-classification,object-detection,yolov7,yolov6,yolo detector,yolov5
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">
<h2>
  Yolov8-Pip: Packaged version of the Yolov8 repository  
</h2>
</div>

## <div align="center">Overview</div>

This repo is a packaged version of the [Yolov8](https://github.com/isLinXu/YOLOv8_Efficient) model.

### Installation
```
pip install ultralytics-yolov8
```

### Yolov8 Inference
```python

```
