Metadata-Version: 2.2
Name: EasYoloD
Version: 0.1.3
Summary: easyolo python library
Home-page: https://github.com/zaixia108/easyolo
Author: zaixia108
Author-email: xvbowen2012@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/zaixia108/easyolo/issues
Project-URL: Documentation, https://github.com/zaixia108/easyolo/wiki
Project-URL: Source Code, https://github.com/zaixia108/easyolo
Keywords: yolo,object detection,computer vision
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8, <3.13
Description-Content-Type: text/markdown
Requires-Dist: opencv-python<=4.10.0.84
Requires-Dist: numpy<=1.26
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# EasYOLOD

A simplified YOLO implementation package.

## Installation

You can install the package from PyPI:

```bash

pip install easyolod
```
Or install the latest development version from GitHub:
```bash

pip install git+https://github.com/zaixia108/easyolo.git
```

Requirements
+ Python 3.8-3.12
+ opencv-python <= 4.10.0.84
+ numpy <= 1.26
