Metadata-Version: 2.1
Name: rectvision
Version: 3.0.71
Summary: A low-code tool to help create your own AI
Home-page: https://github.com/rectlabs/rectvision
Author: Rectlabs Inc
Author-email: rectanglenet@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/rectlabs/rectvision/issues
Keywords: python,NLP,computer vision,deep learning,AI
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: boto3 (==1.22.9)
Requires-Dist: botocore (==1.25.9)
Requires-Dist: dtw (==1.4.0)
Requires-Dist: PyJWT (==2.4.0)
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: imageio-ffmpeg (==0.4.7)
Requires-Dist: labelme (==5.3.0)
Requires-Dist: numpy
Requires-Dist: PyYAML
Requires-Dist: opencv-contrib-python (==4.6.0.66)
Requires-Dist: requests-oauthlib (==1.3.1)
Requires-Dist: scikit-learn
Requires-Dist: tqdm


# rectvision

![image](img/rectvision.png)

RectVision is a No code / Low code AI platform that helps users to build end to end computer vision/ NLP projects, from data to production.

## Installation
Rectvision 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` you'll need at least Python 3.6.1. If you have an older version of Python, you will not be able to use `rectvision`.

```shell
$ pip install --upgrade rectvision
```

Alternatively, you may download the wheels from [PyPi](https://pypi.org/project/rectvision/#files)


## Guide

```
visit: https://docs.rectvision.com/docs/intro
```


