Metadata-Version: 2.1
Name: visionsuite
Version: 1.0.13
Summary: Template for Python Athena
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pydantic
Requires-Dist: omegaconf
Requires-Dist: pyyaml==5.4.1

# VisionSuite

This is just personal repository to easily use oepn source algorithms.

## Cores

### Roboflow 

#### Ultralytics

- HBB Detection

- OBB Detection
 
- Instance Segmentation


## How to publish github-repository to PYPI

```cmd
git add .
git commit -m 'publish v1.x.x'
git tag v.1.x.x
git push origin --tags
```
