From b04f424b811961f21d7293b2516007b6c1e42fa5 Mon Sep 17 00:00:00 2001 From: BP <11394934+benjipeng@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:39:42 -0400 Subject: [PATCH] Link the README to the landing page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The site points at the repository in seven places and the repository's About field points back, but the README — the page most people actually land on — had no way to reach it. Adds the same header line the sibling project uses, alongside PyPI, the weights, and the architecture notes. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 03a8a45..0528b20 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Tests](https://github.com/appautomaton/mlx-spatial/actions/workflows/test.yaml/badge.svg)](https://github.com/appautomaton/mlx-spatial/actions/workflows/test.yaml) +**[Website](https://appautomaton.renocrypt.com/mlx-spatial/)** · +[PyPI](https://pypi.org/project/mlx-spatial/) · +[Weights](https://huggingface.co/appautomaton) · +[Architecture](docs/architecture.md) + **MLX-native 3D and spatial inference for Apple Silicon.** Run modern 3D reconstruction and image-to-3D pipelines locally on [MLX](https://github.com/ml-explore/mlx). `mlx-spatial` keeps model weights out of the wheel, validates the assets you download, and exposes one clear command path per pipeline that produces inspectable outputs.