File size: 843 Bytes
dbd6f15
 
ca91ea9
 
 
 
 
dbd6f15
ca91ea9
dbd6f15
 
ca91ea9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
title: Paperswithcode
emoji: 📚
colorFrom: indigo
colorTo: purple
sdk: static
app_file: index.html
pinned: false
short_description: Mirror of paperswithcode.co served as a Hugging Face Space.
---

# Papers With Code (Hugging Face Space mirror)

Static mirror of [paperswithcode.co](https://paperswithcode.co/) deployed
as a Hugging Face Space. The React/Vite frontend is prebuilt locally
with `VITE_API_URL=https://paperswithcode.co` so the SPA fetches data from the
production API while being hosted entirely on the Hub.

Auth-only affordances (sign-in, saved papers, CRON dashboard) are
hidden in this build because the HF OAuth session cookie cannot be
shared across the Space origin and the API origin.

Regenerate with:

```bash
uv run --env-file backend/keys.env python scripts/deploy_hf_space.py \
    --space <owner>/<space>
```