Skip to content

Commit

Permalink
Merge pull request #13 from roboflow/feature/migrate-docs-to-maestro
Browse files Browse the repository at this point in the history
Adjust package name and update documentation
  • Loading branch information
SkalskiP committed Nov 30, 2023
2 parents dcbc85b + 9286a57 commit 4c006ec
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ Zou, Chunyuan Li, Jianfeng Gao.

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).
[issue](https://github.com/roboflow/multimodal-maestro/issues) or submit a
[pull request](https://github.com/roboflow/multimodal-maestro/pulls).
13 changes: 10 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ HF [space](https://huggingface.co/spaces/Roboflow/SoM)!

## 💻 install

Pip install the supervision package in a
⚠️ Our package has been renamed to `maestro`. Install package in a
[**3.11>=Python>=3.8**](https://www.python.org/) environment.

```bash
pip install multimodal-maestro
```
pip install maestro
```

## 🦸 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/multimodal-maestro/issues) or submit a
[pull request](https://github.com/roboflow/multimodal-maestro/pulls).
2 changes: 1 addition & 1 deletion docs/lmms.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## GPT-4 Vision

:::multimodalmaestro.lmms.gpt4.prompt_image
:::maestro.lmms.gpt4.prompt_image
2 changes: 1 addition & 1 deletion docs/markers.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Segment Anything

:::multimodalmaestro.markers.sam.SegmentAnythingMarkGenerator
:::maestro.markers.sam.SegmentAnythingMarkGenerator
2 changes: 1 addition & 1 deletion docs/visualizers.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## MarkVisualizer

:::multimodalmaestro.visualizers.MarkVisualizer
:::maestro.visualizers.MarkVisualizer

0 comments on commit 4c006ec

Please sign in to comment.