Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.92 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.92 KB

Kaggle Plus

GitHub Release GitHub Actions Workflow Status GitHub LicenseChrome Web Store Users Chrome Web Store Rating

Kaggle Plus is a browser extension that visualizes the leaderboard of a Kaggle competition.

demo.gif

Installation

Chrome Web Store

  1. Install the extension from the Chrome Web Store
  2. Open a Kaggle competition and navigate to any competition's leaderboard to see the extension in action

Manual Installation

  1. Download the latest release from the releases page or build the extension yourself
  2. Open the Extensions page (chrome://extensions/, edge://extensions/)
  3. Enable Developer mode
  4. Press the "Load unpacked" button and select the folder containing the extension
  5. The extension should now be installed and visible in the Extensions page
  6. Open a Kaggle competition and navigate to any competition's leaderboard to see the extension in action

Development

Install

bun install

Run

bun run dev

You need to reload the extension on the Extensions page after making changes.

Build

bun run build

Roadmap

  • Display a bar chart of the leaderboard
  • Release the extension on the Chrome Web Store
  • Dark theme support
  • Add a settings page to configure the extension
  • Notebook translation support

License

This project is licensed under the terms of the MIT License