Test
Status: NEEDS-ACCOUNT (model weights required) Install method: GitHub clone + HuggingFace model download Cost/access: Free (open-source), but requires GPU for inference
Classification (2026-06-30)
OmniParser (microsoft/OmniParser on HuggingFace and GitHub) is a vision model for parsing UI screenshots. No pip package exists under the name omniparser or any common variant.
What was actually run
bash
pip install omniparser # -> No matching distribution found
pip install omniparser-utils # -> No matching distribution found
pip install omniparser-microsoft # -> No matching distribution foundNo installable pip package found.
What is required
- Clone the GitHub repo:
git clone https://github.com/microsoft/OmniParser - Download model weights from HuggingFace (IconDetect model + caption model - several GB)
- GPU with sufficient VRAM for vision inference (CUDA recommended)
- Run inference scripts from the cloned repo
Smoke test after setup (requires GPU environment)
bash
python weights/convert_florence2.py
python gradio_demo.pyThe Gradio demo launches a local web UI where you can upload a screenshot and see parsed elements.