Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 677 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 677 Bytes

MIPTools

Introduction

MIPkit - Multimedia And Images Processing 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

pip install mipkit

Or, re-compile and setup from source:

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 - [email protected]