Zer0Fit: MCP server for zero-shot ML with Google TabFM & TimesFM
Zer0Fit is an MCP server that wraps Google's TabFM and TimesFM foundation models, enabling zero-shot classification, regression, and forecasting via a local LLM. It allows users to perform ML tasks without training or tuning, connecting to Open WebUI, Claude Code, or Codex. Built for developers and researchers who want quick, local ML inference.
Entities
Related
Wigolo: MCP server giving LLM coding tools live web access with crawling and caching
Wigolo is an open-source MCP server that runs locally and provides LLM coding tools (Claude Code, Cursor, Codex, Gemini CLI) with ten web tools: multi-engine search with reranking, page fetching for JavaScript-heavy sites and PDFs, whole-docs-site crawling, structured extraction, and persistent local caching. It solves the problem of LLMs relying on stale training data by giving them real-time web access.
LLM hardware recipe database with filters and community usage tracking
A community-driven database that lists which LLM models run on which hardware, with performance details. Users can filter by hardware, submit new recipes, and mark which recipes they actively use to show popularity. It solves the problem of finding compatible model-hardware combinations for LLM deployment.
LLM comparison dashboard for quality, latency, and cost
A dashboard that lets users test LLMs on their own data, comparing quality, latency, and cost side by side. It runs on Nebius Serverless and helps developers choose the best model for their specific use case rather than relying on leaderboards.
llm-eyes tool lets any blind LLM see via tiny local VLM
A GitHub project called llm-eyes bolts a tiny vision-language model (Qwen3.5-0.8B) onto any machine as a local vision service, enabling text-only models like DeepSeek V4 Flash, Qwen, and Llama to caption images, watch webcams, or read video. It runs on Mac (MLX), PC+NVIDIA (llama.cpp), and DGX Spark, and exposes an OpenAI-compatible API.
Interactive app teaching LLM pipeline from pattern matching to transformer training
An interactive web app that walks through every stage of the LLM pipeline, from basic pattern matching to training a transformer from scratch. It includes working code that users can run locally, making it an educational tool for developers and learners.
