File size: 906 Bytes
943bdb2
 
 
 
 
 
 
 
 
 
 
 
2eb2582
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
---
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

1. Install client dependencies:

```bash
cd client
npm install
npm run dev
```

2. Install server dependencies:

```bash
cd server
poetry install
poetry run python server.py
```

## Deployment

The application is configured to be deployed on a Hugging Face Space using Docker.