find-a-leaderboard / README.md
tfrere's picture
update card title
34a5d3b
---
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.