Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.46 KB

project_description.md

File metadata and controls

25 lines (18 loc) · 1.46 KB

RectVision

Welcome to the RectVision Package!

RectVision is a web-based tool that helps you organize your AI data process, end to end on a single platform. It allows users to create training reproducible pipelines or workflow from data annotation to model training, deployment and inferencing.

This package allows registered RectVision users to interact with the web-based platform via simple python commands from a local machine or on Google Colab. It is built to work seamlessly with the features of the RectVision webapp, allowing users to

  • download and convert annotations made in the webapp
  • modify or process images and data
  • train and evaluate models
  • perform inference with trained models

Installation

This package supports an installation of Python 3.6 and above. It is available on Windows, MacOS and Linux Systems.

pip (Recommended)

To install the current rectvision:

pip install --upgrade rectvision

Alternatively, you may download the wheels from PyPI

Quickstart

To familiarize yourself with this package, follow this colab tutorial. See the documentation for more details on how to use this package.