Spaces:
Running
Running
File size: 1,095 Bytes
943bdb2 34a5d3b 943bdb2 e5bf7d4 943bdb2 2eb2582 943bdb2 1310974 4369fb6 e6eb6c0 943bdb2 9212720 943bdb2 8d4d46d 943bdb2 |
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
title: Find a leaderboard
emoji: π
colorFrom: indigo
colorTo: purple
sdk: docker
hf_oauth: false
pinned: true
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
### Environment Variables
Create a `.env` file in the server directory with the following variables:
Refer to the `.env.example` file for the required environment variables and their descriptions.
## Local Development
1. Install client dependencies:
```bash
cd client
nvm use 20; yarn
yarn run dev
```
2. Install server dependencies:
```bash
cd server
poetry install
poetry run dev
```
## Deployment
The application is configured to be deployed on a Hugging Face Space using Docker.
|