Metadata-Version: 2.1
Name: meta-segment
Version: 0.1.0
Home-page: https://github.com/kadirnar/segment-anything-pip
Author: kadirnar
License: Apache-2.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: all
Provides-Extra: dev
License-File: LICENSE

<div align="center">
<h2>
     Meta-Segment: Segment Anything Model (SAM)
</h2>
<div>
    <a href="https://badge.fury.io/py/Meta-Segment"><img src="https://badge.fury.io/py/Meta-Segment.svg" alt="pypi version"></a>
</div>
</div>

This repo is a packaged version of the [segment-anything[(https://github.com/facebookresearch/segment-anything) model.


### Installation
```bash
pip install meta-segment

```

### Usage
```python

```
