Documentation
Installation guides and tutorials
Quick Start
Install RednBlue CLI with a single command
pip install rednblue
1
Install
pip install rednblue
3
Get Token
Buy credits4
Test
rednblue
Model Types
Classifiers
ResNet, VGG, MobileNet, EfficientNet, ViT
YOLO Detectors
YOLOv5, YOLOv8, YOLOv10, YOLOv11
Zero-Knowledge
- Tests run 100% locally
- Model never leaves your server
- AES-256 encrypted results
- GDPR compliant
CLI Usage
# Set token (Windows)
set RNB_TOKEN=your_token
# Classifier
rnb preview --model vgg16.pth \
--input images/ --submit
# YOLO Detector
rnb preview --model-type yolo \
--model best.pt --input images/ --submit