Metadata-Version: 2.1
Name: metaseg
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">
<h1>
     Meta-Segment: Segment Anything Model
</h1>
<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

```
