Models Zoo
Models Zoo Summary
Models Zoo is a free iOS app in Developer Tools by Daisuke Majima. Released in Apr 2026 (4 months ago). It has 1.00 ratings with a 2.00★ (poor) average. Based on AppGoblin estimates, it reaches roughly 6.00 monthly active users . Store last updated Apr 25, 2026
Models Zoo SDKs Summary
App not yet scanned for SDKs.
2★
Ratings: 1.00
Screenshots
App Description
Core ML Models is a curated, on-device AI playground. Download any model from the built-in catalog and try it out instantly — no server, no account, nothing leaves your device.
Every model is an open-source release converted from PyTorch to Apple's Core ML format and tuned to run efficiently on the Neural Engine, GPU, or CPU.
WHAT YOU CAN DO
• Chat with small language models (Gemma, etc.) including multimodal vision+text
• Generate images from text with Hyper-SD
• Remove backgrounds, matte video subjects, and colorize old photos
• Estimate depth and reconstruct 3D faces from a single photo
• Detect and classify with YOLO, SigLIP, and zero-shot open-vocabulary models
• Separate music stems with Demucs and transcribe audio to MIDI with Basic Pitch
• Clone voices and synthesize speech with Kokoro and OpenVoice
• Super-resolve images with SinSR and RealESRGAN.
DEVELOPER TOOLS, NOT JUST A DEMO
• Inspect — see every .mlpackage's input/output tensor shapes, data types, compute-unit setting, on-disk size, and Core ML metadata at a glance.
• Benchmark — run warmup + timed iterations on your own device and get average / median / min / max latency plus memory delta. Switch compute units (All, CPU+GPU, CPU+ANE, CPU only) to find the fastest config for your hardware.
• Swift Code — export a ready-to-paste Core ML loading + inference snippet wired to the model's actual input/output names, so integration into your own app is copy-paste fast.
DESIGNED FOR THE NEURAL ENGINE
Each model ships with compute-unit settings tuned per-architecture (Neural Engine,
GPU, CPU) so you get the best inference speed Apple Silicon can deliver.
OPEN AND TRANSPARENT