1. Register & Access Workspace
- 1.1. Sign up with email address at: https://www.zebrid.com/login
- 1.2. Enter your workspace by clicking Start Working on the homepage or via the Workspace in navigation bar.
2. Upload Assets
- 2.1. (Pre-trained) Models: Go to Workspace > Model > New Model. Start with smaller models (few GBs) due to current upload limitations.
- 2.2. Datasets: Add data via Workspace > Dataset > New Dataset.
- 2.3. Codebase: Upload scripts to Workspace > Codebase > New Codebase. Note: Access data/models via ZebridLib APIs (see code examples below).
3. Create & Configure a Project
- 3.1. New Project: Navigate to Workspace > Project > Create Project.
- 3.2. Link your codebase, model, and dataset with the project. In the project’s Linked Resources, you’ll find relative paths of your assets on Zebrid storage.
4. Debug Code Interactively
- 4.1. From your Project Card, Click to Start Live Processing.
- 4.2. Sync fixes to Codebase: Use ZebridLib to save changes:
- 5.1. In your project, go to Job > Submit Job.
- 5.1.1. Select CPU/GPU specs, runtime image, parameters, etc.
- 5.1.2. Upload requirements.txt to your codebase for dependencies.
- 5.1.3. Note: No live logs yet — reach out (support@zebrid.com) with your task name if issues arise, we will assist you right away.
Key Code Snippets
Accessing Assets via ZebridLib
Load model from cloud storage
Save trained model to cloud
6. Reference & Feedback
- 6.1. Documentation: Access the full technical guide here: Zebrid Technical Documentation
- 6.2. We’d love your feedback! We’re continuously improving, and your input makes a difference. Known limitations under improvement include large-file uploads and live logging. If you give it a try, let us know what works — and what doesn’t.
