|
--- |
|
title: MaIR |
|
emoji: π |
|
colorFrom: pink |
|
colorTo: purple |
|
sdk: gradio |
|
sdk_version: 5.42.0 |
|
app_file: app.py |
|
pinned: false |
|
license: mit |
|
--- |
|
|
|
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
|
# MaIR - CVPR 2025 |
|
|
|
Official Hugging Face Space for **MaIR** ([CVPR 2025 paper](https://github.com/XLearning-SCU/2025-CVPR-MaIR)) |
|
|
|
## Overview |
|
MaIR is a deep learning model for [task] with PyTorch implementation. |
|
|
|
## Demo |
|
Interact with the model directly on Hugging Face Spaces: [Demo Link](https://huggingface.co/spaces/<YOUR_USERNAME>/MaIR-CVPR2025) |
|
|
|
## Setup (Local) |
|
```bash |
|
git clone https://github.com/XLearning-SCU/2025-CVPR-MaIR.git |
|
cd 2025-CVPR-MaIR |
|
python -m venv mair_env |
|
source mair_env/bin/activate |
|
pip install -r requirements.txt |
|
|