CoolFace
Apppublic

milwright/cloze-leaderboard

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes
App README

Cloze Reader Leaderboard API

Minimal API backend for persisting leaderboard data for Cloze Reader.

Endpoints

  • —GET / - Health check
  • —GET /api/leaderboard - Get current leaderboard
  • —POST /api/leaderboard/add - Add new entry
  • —POST /api/leaderboard/update - Replace leaderboard
  • —DELETE /api/leaderboard/clear - Clear leaderboard

Configuration

Requires HF_TOKEN secret with write access to this Space repository.