This repository provides a hands-on introduction to Skore Hub. It contains a sample notebook that demonstrates how to create a project, generate experiment reports, and upload them to Skore Hub.
Ensure you have Python 3.10+ installed on your system.
- Clone the repository and navigate to the project directory:
git clone git@github.com:probabl-ai/skore-demo-project.git
cd skore-demo-project
- Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate
- Install dependencies and authenticate with Skore Hub:
pip install -r requirements.txt
skore-hub-login
You have two options to run the demo:
Execute the cells in notebooks/demo.ipynb
python demo.py --tenant="<your-tenant>" --name="demo"
Replace <your-tenant>
with your actual tenant name.
- Skore Library - Learn more about the core Skore functionality
- Probabl Website - Discover our complete product suite