This release includes a pre-built client application so you can clone and run immediately without needing to build the frontend yourself.
-
Clone the repository:
git clone https://github.com/databricks-solutions/project-0xfffff.git cd project-0xfffff -
Download the pre-built client:
- Go to the Releases page
- Download
client-build.tar.gzfrom the latest release - Extract it:
tar -xzf client-build.tar.gz -C client/build/
-
Run the server:
uv run uvicorn server.app:app --reload --port 8000
-
Open your browser:
http://localhost:8000
If you want to modify the client or rebuild from source:
cd client
npm install
npm run build
cd ..
uv run uvicorn server.app:app --reload --port 8000- Workshop Management: Create and manage annotation workshops
- Discovery Phase: Users explore traces and identify patterns
- Annotation Phase: Rate traces based on custom rubrics
- IRR Analysis: Calculate inter-rater reliability metrics
- MLflow Integration: Import traces from MLflow experiments
- Annotation Editing - Users can edit previous ratings with smart change detection
- Authentication Fix - Resolved "permission denied" errors requiring page refresh
- Comment Handling - Multi-line comments with proper newline preservation
- Rubric Format - Fixed question parsing with improved delimiter
- Trace Randomization - Per-user randomized but consistent trace ordering
- MLflow Deeplink Fix - Removed trailing slash causing deeplink hangs
- Python 3.10+
- uv (Python package installer)
- Modern web browser
See the main README.md for detailed configuration options including:
- Database setup
- Databricks integration
- Authentication configuration
- Workshop creation
- BUILD_GUIDE.md - Client build instructions
- COLOR_THEME_GUIDE.md - UI color theme guide
- AUTHENTICATION_FIX.md - Authentication details
- ANNOTATION_EDITING_FIX.md - Annotation editing
- COMMENT_NEWLINE_HANDLING.md - Comment newline handling
- RUBRIC_FORMAT_UPDATE.md - Rubric format improvements
- TRACE_RANDOMIZATION.md - Randomization logic
None at this time. Please report issues on GitHub.
See LICENSE.md for details.