Metadata-Version: 2.1
Name: mipkit
Version: 1.6.2
Summary: mipkit
Author: Cong M. Vo
Author-email: congvm.it@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: Image
Requires-Dist: ipdb
Requires-Dist: IPython
Requires-Dist: termcolor

# MIPTools


## Introduction

MIPkit - **M**ultimedia And **I**mages **P**rocessing Lab **Kit** is a package of common data processing tools.\
The package contains various functions and classes for quick analysis, processing and visualization.

## Installation

You can install this package using `pip`

```sh
pip install mipkit
```

Or, re-compile and setup from source:

```sh
git clone https://github.com/congvm-it/mipkit.git
cd mipkit

# For production
python -m setup.py install

# For development
pip install -e .
```

## Contribution

If you want to contribute to this package, you can push your code to our repository.

## Contributors

[1] CongVM - congvm.it@gmail.com

