v3.0 bientôt disponible
Documentation
Guides d'installation et tutoriels
Démarrage Rapide
Installez RednBlue CLI en une seule commande
pip install rednblue
1
Installer
pip install rednblue
3
Token
Acheter des crédits4
Tester
rnb
Guides par domaine
Vision par Ordinateur
# Authentificationset 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
Compatible : ResNet, VGG, MobileNet, EfficientNet, ViT, YOLO
v3.0
LLM
# Fichier Python localrnb llm --file my_chatbot.py
# Fournisseur APIrnb llm --provider openai \
--model gpt-4 --api-key $OPENAI_KEY
# Endpoint personnalisérnb llm --endpoint https://api.com/chat
Compatible : OpenAI, Anthropic, Gemini, Mistral, Cohere
v3.0
RAG
# Test pipeline RAG completrnb llm --file my_rag_app.py \
--attacks RAG,SPE,JB
# Détection automatiquernb llm --file rag_chatbot.py --auto
Détecte : LangChain, LlamaIndex, ChromaDB, Pinecone
v3.0
Agents IA
# Test agent autonomernb llm --file my_agent.py \
--attacks AGT
# Suite complèternb llm --file my_agent.py --all
Frameworks : AutoGen, CrewAI, LangChain Agents
Zero-Knowledge
- Tests exécutés 100% en local
- Modèle ne quitte jamais votre serveur
- Prompts et données privés
- Résultats chiffrés AES-256
- Conforme RGPD
Notation
- 🥇 GOLD : ≥ 90% (robuste)
- 🥈 SILVER : ≥ 75% (solide)
- 🥉 BRONZE : ≥ 50% (acceptable)
- ❌ FAIL : < 50% (insuffisant)