Metadata-Version: 2.1
Name: kitsu
Version: 0.1.2
Home-page: https://github.com/Kitsunetic/kitsu
Author: Kitsunetic
Author-email: jh.shim.gg@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scikit-image
Requires-Dist: PyMCubes
Requires-Dist: omegaconf
Requires-Dist: easydict
Requires-Dist: tqdm
Requires-Dist: matplotlib

# Kitsu

`Kitsu` is individually developed and used trainer library like PyTorchLightning and Trainer of HuggingFace developed by `Kitsunetic`.


## Installation

```sh
pip install git+https://github.com/kitsunetic/kitsu
```


## Requirements

Please install following libraries on your own.

- PyTorch (https://pytorch.org/get-started/previous-versions)
- PyTorch3D (https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md)


Following libraries will be installed automatically.

- scikit-image
- PyMCubes
- omegaconf
- easydict
- tqdm
- matplotlib
