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.
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 .
If you want to contribute to this package, you can push your code to our repository.
[1] CongVM - [email protected]