Metadata-Version: 2.1
Name: setofmark
Version: 0.1.0rc7
Summary: Visual Prompting for Large Multimodal Models (LMMs)
Home-page: https://github.com/roboflow/set-of-mark
License: MIT
Author: Piotr Skalski
Author-email: piotr.skalski92@gmail.com
Maintainer: Piotr Skalski
Maintainer-email: piotr.skalski92@gmail.com
Requires-Python: >=3.8,<3.12.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: supervision (>=0.17.0rc4,<0.18.0)
Requires-Dist: transformers (>=4.35.2,<5.0.0)
Project-URL: Documentation, https://github.com/roboflow/set-of-mark/blob/main/README.md
Project-URL: Repository, https://github.com/roboflow/set-of-mark
Description-Content-Type: text/markdown


<div align="center">

  <h1>set-of-mark</h1>

  <br>

  [![version](https://badge.fury.io/py/setofmark.svg)](https://badge.fury.io/py/setofmark)
  [![license](https://img.shields.io/pypi/l/setofmark)](https://github.com/roboflow/setofmark/blob/main/LICENSE)
  [![python-version](https://img.shields.io/pypi/pyversions/setofmark)](https://badge.fury.io/py/setofmark)
  [![Gradio](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/Roboflow/SoM)


</div>

## 👋 hello

Visual Prompting for Large Multimodal Models (LMMs).

https://github.com/roboflow/set-of-mark/assets/26109316/4b8a2eab-0f3d-454b-8649-61f6c2f78119

## 💻 install

```bash
pip install setofmark
```

## 💜 acknowledgement

This project is based on [Set-of-Mark Prompting Unleashes Extraordinary Visual Grounding
in GPT-4V](https://arxiv.org/abs/2310.11441) by Jianwei Yang, Hao Zhang, Feng Li, Xueyan
Zou, Chunyuan Li, Jianfeng Gao. We thank the authors for their work and for releasing 
their [code](https://github.com/microsoft/SoM).

## 🦸 contribution

We would love your help in making this repository even better! If you noticed any bug, 
or if you have any suggestions for improvement, feel free to open an 
[issue](https://github.com/roboflow/set-of-mark/issues) or submit a 
[pull request](https://github.com/roboflow/set-of-mark/pulls).

