An open API service indexing awesome lists of open source software.

https://github.com/auraoneai/evalkit-playground

Browser playground for scoring rubrics and responses with no install or account.
https://github.com/auraoneai/evalkit-playground

ai-evaluation evalkit evals playground

Last synced: 7 days ago
JSON representation

Browser playground for scoring rubrics and responses with no install or account.

Awesome Lists containing this project

README

          

# evalkit-playground

Browser EvalKit playground using a Pyodide-compatible execution shim. Users paste rubric JSON and JSONL responses, run scoring in-browser, and share permalink-encoded state. Target host: `playground.auraone.ai`.

## What This Is Not

No backend, no API key, no AuraOne account, and no real customer data.

## Local Checks

```bash
npm test
npm run build
```