Getting started
swatahVision provides ready-to-use tools that reduce the complexity of using computer-vision models. Instead of manually handling model loading, inference pipelines, and result visualization, the package offers built-in utilities that make these tasks faster and easier for developers and researchers.
Installation
You can install swatahVision in a Python>=3.12 environment.
pip install swatahVision
pip install swatahVision=="1.1.*"
It is recommended to use the latest version, as it may include bug fixes and other improvements.