Metadata-Version: 2.4
Name: cvtk
Version: 0.3.0.706
Summary: computer vision toolkit
Author-email: Jianqiang Sun <sun@bitdessin.dev>
License: MIT
Project-URL: Homepage, https://github.com/bitdessin/cvtk
Project-URL: Issues, https://github.com/bitdessin/cvtk/issues
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: filetype
Requires-Dist: pillow
Requires-Dist: numpy>=1.21
Requires-Dist: pandas>=1.3
Requires-Dist: matplotlib
Requires-Dist: pycocotools
Requires-Dist: scikit-learn
Requires-Dist: scikit-image
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: plotly
Requires-Dist: kaleido
Requires-Dist: flask
Provides-Extra: full
Requires-Dist: openmim; extra == "full"
Requires-Dist: mmengine; extra == "full"
Requires-Dist: mmcv; extra == "full"
Requires-Dist: mmdet; extra == "full"
Requires-Dist: gunicorn; extra == "full"
Requires-Dist: label-studio-sdk; extra == "full"
Requires-Dist: label-studio-ml; extra == "full"
Requires-Dist: label-studio-tools; extra == "full"
Provides-Extra: docs
Requires-Dist: torch; extra == "docs"
Requires-Dist: torchvision; extra == "docs"
Requires-Dist: openmim; extra == "docs"
Requires-Dist: mmengine; extra == "docs"
Requires-Dist: mmcv-lite; extra == "docs"
Requires-Dist: mmdet; extra == "docs"
Requires-Dist: plotly; extra == "docs"
Requires-Dist: kaleido; extra == "docs"
Requires-Dist: flask; extra == "docs"
Requires-Dist: gunicorn; extra == "docs"
Requires-Dist: label-studio-sdk; extra == "docs"
Requires-Dist: label-studio-ml; extra == "docs"
Requires-Dist: label-studio-tools; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon; extra == "docs"

# cvtk — Chaotic Voodoo Trouble Kit

**CVTK** used to stand for **Computer Vision Toolkit**.
Unfortunately, *cvtk* turned out to be a surprisingly common abbreviation,
so we did the only sensible thing:
instead of changing the acronym,
we changed what it stands for.

**Chaotic Voodoo Trouble Kit**,
a trouble kit powered by chaos and voodoo magic.


Behind the questionable name is a practical toolkit that provides easy-to-use command-line
tools for common computer vision tasks. With **cvtk**, you can perform object classification,
object detection, instance segmentation, and related operations with minimal setup.

The toolkit is built on top of well-known libraries such as
`PyTorch <https://pytorch.org/>`_ and
`OneDL MMDetection <https://onedl-mmdetection.readthedocs.io/>`_,
while hiding much of their complexity behind a clean and consistent interface.
It is designed for users who want to train, evaluate, and deploy vision models without
having to build an entire pipeline from scratch.


- Documentation: https://cvtk.readthedocs.io/en/latest/index.html
- PyPI: https://pypi.org/project/cvtk/
- GitHub: https://github.com/bitdessin/cvtk

