Metadata-Version: 2.4
Name: owl-imdl
Version: 0.2.2
Project-URL: Documentation, https://github.com/aikwen/owl#readme
Project-URL: Issues, https://github.com/aikwen/owl/issues
Project-URL: Source, https://github.com/aikwen/owl
Author-email: aikwen <kwen.zou@outlook.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.11
Requires-Dist: typer<1,>=0.27
Description-Content-Type: text/markdown

# owl-imdl
![Python Version](https://img.shields.io/badge/python->=3.10-blue)
[![PyPI version](https://img.shields.io/pypi/v/owl-imdl.svg)](https://pypi.org/project/owl-imdl/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Installation

```bash
pip install owl-imdl
```

## Manual Dependencies

To keep the package lightweight and flexible, this project does not enforce deep learning framework dependencies (to avoid version conflicts).

Please manually install the following dependencies according to your environment before use:

1. **PyTorch**: Visit [pytorch](https://pytorch.org/get-started/locally/) to get the command for your CUDA version.
2. Other Essentials:
```bash
pip install numpy Pillow albumentations
```