--- 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 / ```