Spaces:
Running
Running
metadata
title: Leaderboard Explorer
emoji: π
colorFrom: indigo
colorTo: purple
sdk: docker
hf_oauth: false
pinned: false
license: apache-2.0
app_port: 7860
tags:
- explorer
short_description: Explore and discover all leaderboards from the HF community
Leaderboard Explorer
An application to explore and discover all leaderboards from the Hugging Face community.
Features
- π Browse leaderboards by category
- π·οΈ Filter by tags (code, math, vision, audio, etc.)
- π― "Arena only" mode to display only human-evaluated leaderboards
- π Dark/Light mode
- π Automatic data updates
Local Development
- Install client dependencies:
cd client
npm install
npm run dev
- Install server dependencies:
cd server
poetry install
poetry run python server.py
Deployment
The application is configured to be deployed on a Hugging Face Space using Docker.