Integrationen
Verbinden Sie Potato mit KI-Modellen, Crowdsourcing-Plattformen und exportieren Sie in Ihre bevorzugten ML-Frameworks.
KI & LLM-Integration
Annotation mit KI-Unterstützung beschleunigen
OpenAI
GPT-4, GPT-3.5 for intelligent hints, auto-suggestions, and keyword highlighting.
Dokumentation ansehen →Anthropic Claude
Claude 3 models for nuanced annotation assistance and quality checking.
Dokumentation ansehen →Google Gemini
Gemini Pro for multimodal annotation support across text and images.
Dokumentation ansehen →Local LLMs (Ollama)
Run AI-assisted annotation with local LLMs using Ollama. Keep your data completely private.
Dokumentation ansehen →HuggingFace
Access open-source models via HuggingFace Inference API for flexible AI assistance.
Dokumentation ansehen →OpenRouter
Access multiple AI providers through a single API with OpenRouter integration.
Dokumentation ansehen →vLLM
Self-hosted high-performance inference with vLLM for maximum control and speed.
Dokumentation ansehen →LangChain
Automatic trace ingestion from LangChain agents via callback handler. Capture full agent runs as annotation-ready traces.
Dokumentation ansehen →OpenAI Vision
GPT-4o and GPT-4 Vision for multimodal annotation assistance on images and screenshots.
Dokumentation ansehen →Anthropic Vision
Claude 3 Vision models for image and screenshot annotation assistance.
Dokumentation ansehen →KI-gestützte Funktionen
- Intelligente Label-Vorschläge
- Automatische Schlüsselwort-Hervorhebung
- Qualitätsprüfungsunterstützung
- Vorannotation zur Überprüfung
- Erklärungsgenerierung
- Konsistenzprüfung
Arbeitskräfte-Optionen
Ihr eigenes Team nutzen oder mit Crowdsourcing skalieren
Ihr eigenes Team
Empfohlen für sensible DatenBetreiben Sie Potato lokal oder auf Ihren eigenen Servern mit Ihren hauseigenen Annotatoren. Ideal für sensible Daten, die nicht extern geteilt werden können, IRB-genehmigte Studien oder wenn Sie bereits ein ausgebildetes Annotationsteam haben.
Vorteile
Oder mit Crowdsourcing-Plattformen skalieren
Prolific
Academic-friendly crowdsourcing with quality participants. Full integration with completion URLs and participant tracking.
Funktionen
Amazon MTurk
Scale to thousands of annotators with Mechanical Turk integration. Supports qualifications and approval workflows.
Funktionen
Unterstützte Datenformate
Daten in beliebigen gängigen Formaten importieren
Text
.txt, .json, .jsonl
Images
.jpg, .png, .gif, .webp
Audio
.mp3, .wav, .ogg, .m4a
Video
.mp4, .webm, .mov
Documents
.pdf, .html
Exportformate
Annotationen in gängige ML-Formate exportieren
General
- JSON
Native Potato format with full annotation data
- JSONL
Line-delimited JSON for streaming and large datasets
- CSV
Tabular export for spreadsheet analysis
NLP
- CoNLL
Standard format for NER and sequence labeling
- Hugging Face
Direct export to HF Datasets format
- spaCy
Training data format for spaCy models
Computer Vision
- COCO
MS COCO format for object detection
- YOLO
YOLO format for real-time detection
- Pascal VOC
XML format for image classification
Agent Trace Formats
Import agent traces from 13 frameworks for annotation. Convert via CLI or ingest in real-time via webhook.
Agent Frameworks
- LangChain / LangSmith
Hierarchical runs, tool calls
- Langfuse
Observation spans, scores
- OpenAI
Function calling, assistants
- Anthropic Claude
Tool use, thinking blocks
- MCP
Model Context Protocol sessions
- OpenTelemetry
Distributed span hierarchy
- ATIF
Standard interchange format
Web Agents
- WebArena
Screenshots, element targeting
- Raw Browser
HAR + screenshots
Coding Agents
- Claude Code
Anthropic Messages API with tool_use
- Aider
Markdown chat with edit blocks
- SWE-Agent
Thought/action/observation trajectories
General
- ReAct
Generic thought/action/observation
- Multi-Agent
CrewAI, AutoGen, LangGraph
Agent Training Exports
Export agent annotations directly to training pipeline formats
Python API & CLI
Programmatischer Zugriff für Automatisierung
Befehlszeile
# Start annotation server potato start config.yaml # Export annotations potato export --format coco # Validate configuration potato validate config.yaml
Python API
from potato import Potato
# Load project
project = Potato("config.yaml")
# Get annotations
annotations = project.get_annotations()
# Export to DataFrame
df = project.to_dataframe()Bereit loszulegen?
Installieren Sie Potato und beginnen Sie in Minuten mit der Integration in Ihre bevorzugten Tools.