vision-ai

openautonomyx/vision-ai
★ 1 stars Python 🤖 AI/LLM Updated today
AutonomyX Vision AI — Unified API for object detection (YOLO26), OCR (Tesseract), speech-to-text (Whisper), image classification (CLIP), background removal (rembg), and image processing (OpenCV). Includes MCP server for AI agent integration.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vision-ai": {
      "command": "uvx",
      "args": [
        "vision-ai"
      ]
    }
  }
}

Or install with pip: pip install vision-ai

README Excerpt

Unified Vision AI API — single container, production-ready with authentication, metrics, and MCP agent integration. - **API Key Authentication** — Create and manage API keys with role-based access control - **Rate Limiting** — Per-key rate limits to prevent abuse - **Metrics & Observability** — Prometheus metrics endpoint for monitoring