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
- Install client dependencies:
cd client
nvm use 20; yarn
yarn run dev
- Install server dependencies:
cd server
poetry install
poetry run dev
Deployment
The application is configured to be deployed on a Hugging Face Space using Docker.