Metadata-Version: 2.2
Name: cvtk
Version: 0.2.17.128
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 :: 3 - Alpha
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: filetype
Requires-Dist: Pillow
Requires-Dist: numpy>=1.21
Requires-Dist: pandas>=1.3
Provides-Extra: full
Requires-Dist: requests; extra == "full"
Requires-Dist: matplotlib; extra == "full"
Requires-Dist: pycocotools; extra == "full"
Requires-Dist: torch; extra == "full"
Requires-Dist: torchvision; extra == "full"
Requires-Dist: openmim; extra == "full"
Requires-Dist: mmengine; extra == "full"
Requires-Dist: mmcv; extra == "full"
Requires-Dist: mmdet; extra == "full"
Requires-Dist: plotly; extra == "full"
Requires-Dist: kaleido; extra == "full"
Requires-Dist: scikit-learn; extra == "full"
Requires-Dist: scikit-image; extra == "full"
Requires-Dist: flask; extra == "full"
Requires-Dist: gunicorn; extra == "full"
Requires-Dist: label_studio_sdk; extra == "full"
Provides-Extra: docs
Requires-Dist: requests; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: pycocotools; extra == "docs"
Requires-Dist: torch>=2.1; extra == "docs"
Requires-Dist: torchvision>=0.16; extra == "docs"
Requires-Dist: openmim; extra == "docs"
Requires-Dist: mmengine; extra == "docs"
Requires-Dist: mmcv<2.2.0,>=2.0; extra == "docs"
Requires-Dist: mmdet<3.4.0,>=3.0; extra == "docs"
Requires-Dist: plotly; extra == "docs"
Requires-Dist: kaleido; extra == "docs"
Requires-Dist: scikit-learn; extra == "docs"
Requires-Dist: scikit-image; extra == "docs"
Requires-Dist: flask; extra == "docs"
Requires-Dist: gunicorn; extra == "docs"
Requires-Dist: label_studio_sdk; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon; extra == "docs"

# cvtk


The cvtk (Computer Vision Toolkit) package provides a suite of command-line tools
for common computer vision tasks,
such as image processing, object detection, and image classification.
Built on top of widely-used libraries like PyTorch and MMDetection,
cvtk offers a straightforward and user-friendly interface for tackling complex tasks.
This simplicity makes it ideal for beginners in both computer vision and Python,
allowing them to quickly initiate and advance their projects in the field.  



## Documentation

- https://cvtk.readthedocs.io/en/latest/index.html



## Citation

The cvtk (Computer Vision Toolkit) package was forked from
the [JustDeepIt](https://justdeepit.readthedocs.io/en/latest/index.html) package.
If you are using cvtk in your work, please cite the following reference:

Sun J, Cao W, Yamanaka T.
JustDeepIt: Software tool with graphical and character user interfaces
for deep learning-based object detection and segmentation in image analysis.
Front. Plant Sci., 2022, 13:964058.
doi: [10.3389/fpls.2022.964058](https://doi.org/10.3389/fpls.2022.964058)

