dhm-hybrid

emircbngl/dhm-hybrid
★ 0 stars Python AI/LLM Updated today
Open-source digital holographic microscopy (DHM) workstation: off-axis hologram reconstruction, quantitative phase imaging, autofocus, and reference-free phase retrieval via a hybrid classical + CNN pipeline. PySide6 GUI, Apple Silicon MLX acceleration, and an MCP server for AI agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dhm-hybrid": {
      "command": "uvx",
      "args": [
        "dhm-hybrid"
      ]
    }
  }
}

Or install with pip: pip install dhm-hybrid