diff --git a/README.md b/README.md index 68e7e22d64..4a39ffde07 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,15 @@ This is a PyTorch/GPU re-implementation of the paper [Masked Autoencoders Are Sc ### Catalog +- [x] Huggingface Spaces Web demo - [x] Visualization demo - [x] Pre-trained checkpoints + fine-tuning code - [x] Pre-training code +### Huggingface Spaces Web demo + +Integrated into [Huggingface Spaces 🤗](https://huggingface.co/spaces) using [Gradio](https://github.com/gradio-app/gradio). Try it out [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/akhaliq/mae) + ### Visualization demo Run our interactive visualization demo using [Colab notebook](https://colab.research.google.com/github/facebookresearch/mae/blob/main/demo/mae_visualize.ipynb) (no GPU needed):