john-rocky

john-rocky

👤 Developer

6 repositories on SrcLog

View on GitHub
6 Repos
2.5k Stars
220 Forks
51 Watchers

Repositories (6)

CoreML-Models john-rocky/CoreML-Models Swift

Core ML model zoo for iOS/macOS — PyTorch models converted to ready-to-use .mlpackage, each with a conversion script and SwiftUI sample app. Sibling repos cover Apple's Core AI framework (iOS/macOS 27) and on-device LLMs.

1.9k
coreai-model-zoo john-rocky/coreai-model-zoo Python

Community model zoo for Apple Core AI (iOS/macOS 27): 66 models — LLM, VLM, OCR, ASR, TTS, image/video/music gen, forecasting — each gated against its source model and shipped with the recipe that produced it. Downloadable from Hugging Face, runnable in one line of Swift via CoreAIKit. Plus benchmarks, Metal kernels, knowledge base.

416
apple-silicon-llm-bench john-rocky/apple-silicon-llm-bench Python

Reproducible on-device LLM benchmarks for Apple Silicon (iPhone 17 Pro, M4 Max): Apple Core AI, MLX, llama.cpp, LiteRT-LM and Core ML on the same model and harness, every number with its quantization and capture session; hybrid Mamba-2 models (Nemotron-3 Nano, Granite-4.0-H, Falcon-H1) included.

66
Yolov8-RealTime-iOS john-rocky/Yolov8-RealTime-iOS Swift

Real-time YOLOv8 object detection on iPhone — sample app using the Core ML YOLOv8 model from CoreML-Models.

56
coreai-kit john-rocky/coreai-kit Swift

Run LLMs, VLMs, ASR, TTS, diarization and more fully on-device with Apple's Core AI framework (iOS/macOS 27) — one line of Swift per model, 60 models pinned to immutable Hugging Face revisions, each gated against its source model before enrollment. Plugs into Apple's FoundationModels API: LanguageModelSession with tool calling + guided generation.

46
MetalGaussianSplatRelighting john-rocky/MetalGaussianSplatRelighting Swift

Relightable 3D Gaussian Splatting viewer in Swift + Metal: split-sum image-based lighting, HDR environment with skybox, deferred PBR for Ref-Gaussian assets. Based on scier/MetalSplatter.

20