File size: 781 Bytes
2ed935f
 
6cf994b
 
 
2ed935f
 
 
 
 
 
 
 
6cf994b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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