Metadata-Version: 2.1
Name: segment_studio
Version: 0.0.3
Summary: Segmentation Studio
Home-page: https://github.com/shanmukanaks/Segment-Studio.git
Author: shanmukanaks
Author-email: shanmukanaks@gmail.com
Keywords: object detection image editor segmention
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE


# About

Segment Studio is an application that allows users to send in batches of image files that will be automatically be segmented and return the masks for each image, from here the user is able to label the data, edit/clean up the masks and such. After the image processing in complete the user can extract the masks to use for the creation of their desired ML models.

# Installation

## Make sure you have upgraded version of pip

Linux/MAC OS
```
python3 -m pip install --upgrade pip
```

## Install using pip
```
pip install segment-studio
```

## Open Python in terminal
```
python3
```

## Run the Editor
```
from segment_studio import segment_studio
```
