Ollama for vision AI models — pull, run, and serve computer-vision models from your terminal.
Project description
openeye-sh
Ollama for vision AI models — pull, run, and serve computer-vision models from your terminal.
Install
pipx install openeye-sh
With extras:
pipx install "openeye-sh[yolo]" # YOLO object detection
pipx install "openeye-sh[depth]" # Monocular depth estimation
pipx install "openeye-sh[camera]" # OpenCV camera support
pipx install "openeye-sh[all]" # YOLO + depth + grounding + camera
Quick Start
# List available models
openeye list
# Pull a model
openeye pull yolov8
# Run inference on an image
openeye run yolov8 image.jpg
# Start the API server
openeye serve yolov8
# Live camera stream with detection
openeye watch --models yolov8
Features
- Model management — pull, list, and run vision models (YOLO, depth, grounding, SAM, RF-DETR)
- REST & WebSocket API — FastAPI server with
/predict, streaming WebSocket endpoints - Live perception — real-time camera inference with VLM reasoning
- Fleet control plane — manage distributed vision agents
- Agentic loop — continuous perception + reasoning + planning pipeline
- Safety guardian — configurable safety zone monitoring for robotics
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openeye_sh-0.1.0.tar.gz
(172.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
openeye_sh-0.1.0-py3-none-any.whl
(177.2 kB
view details)
File details
Details for the file openeye_sh-0.1.0.tar.gz.
File metadata
- Download URL: openeye_sh-0.1.0.tar.gz
- Upload date:
- Size: 172.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e50d5beeb56b4b371b3256624cba18e578b509a059c6d054dccacc7ba1955ef2
|
|
| MD5 |
5c50ca042fe84ec2b86faa91d85a0375
|
|
| BLAKE2b-256 |
8ae93e2c0c9f850460d72c5af7b2f0907ad1f0d615706f1d20feab09f573354e
|
File details
Details for the file openeye_sh-0.1.0-py3-none-any.whl.
File metadata
- Download URL: openeye_sh-0.1.0-py3-none-any.whl
- Upload date:
- Size: 177.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb036a55b55e43676100bcc251dde0f0907cfaeba5e645b670829a594e4c61a3
|
|
| MD5 |
94bf64e59310e9cedf78323316fe813b
|
|
| BLAKE2b-256 |
76f3047f446c8e6499418d67915fe0b9a74cf8a6c20d78b17df61e27c94c7d26
|