demo-wny-comp-model

geronimo-deploy-cloud/demo-wny-comp-model
★ 0 stars Python API Integration Updated today
Demonstration of building a "real" model on geronimo. Trains a regressor on historical home sales figures, macro-economic data, and geographic spatiotemporal market dynamics. Served as a FastAPI endpoint and MCP Server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "demo-wny-comp-model": {
      "command": "uvx",
      "args": [
        "demo-wny-comp-model"
      ]
    }
  }
}

Or install with pip: pip install demo-wny-comp-model