Skip to content

التكاملات

اربط Potato بنماذج الذكاء الاصطناعي ومنصات التعهيد الجماعي وصدّر إلى أطر التعلّم الآلي المفضلة لديك.

🤖

تكامل الذكاء الاصطناعي ونماذج اللغة الكبيرة

عزّز التوسيم بمساعدة الذكاء الاصطناعي

🤖

OpenAI

GPT-4, GPT-3.5 for intelligent hints, auto-suggestions, and keyword highlighting.

عرض التوثيق ←
🧠

Anthropic Claude

Claude 3 models for nuanced annotation assistance and quality checking.

عرض التوثيق ←

Google Gemini

Gemini Pro for multimodal annotation support across text and images.

عرض التوثيق ←
🏠

Local LLMs (Ollama)

Run AI-assisted annotation with local LLMs using Ollama. Keep your data completely private.

عرض التوثيق ←
🤗

HuggingFace

Access open-source models via HuggingFace Inference API for flexible AI assistance.

عرض التوثيق ←
🔀

OpenRouter

Access multiple AI providers through a single API with OpenRouter integration.

عرض التوثيق ←

vLLM

Self-hosted high-performance inference with vLLM for maximum control and speed.

عرض التوثيق ←
🎯

YOLO

Visual object detection with YOLO for image and video annotation tasks.

عرض التوثيق ←
🔗

LangChain

Automatic trace ingestion from LangChain agents via callback handler. Capture full agent runs as annotation-ready traces.

عرض التوثيق ←
👁️

OpenAI Vision

GPT-4o and GPT-4 Vision for multimodal annotation assistance on images and screenshots.

عرض التوثيق ←
🔭

Anthropic Vision

Claude 3 Vision models for image and screenshot annotation assistance.

عرض التوثيق ←

ميزات مدعومة بالذكاء الاصطناعي

  • اقتراحات تسميات ذكية
  • تمييز تلقائي للكلمات المفتاحية
  • مساعدة في فحص الجودة
  • توسيم مسبق للمراجعة
  • توليد التفسيرات
  • فحص الاتساق
👥

خيارات القوة العاملة

استخدم فريقك الخاص أو وسّع النطاق بالتعهيد الجماعي

🏢

فريقك الخاص

موصى به للبيانات الحساسة

شغّل Potato محلياً أو على خوادمك الخاصة مع موسّميك الداخليين. مثالي للبيانات الحساسة التي لا يمكن مشاركتها خارجياً، والدراسات المعتمدة من لجنة الأخلاقيات، أو عندما يكون لديك فريق توسيم مدرّب بالفعل.

المزايا

البيانات لا تغادر خوادمكلا تكاليف لكل موسّمتحكّم كامل في الوصوليعمل بدون اتصال
عرض دليل النشر المحلي ←

أو وسّع النطاق بمنصات التعهيد الجماعي

👥

Prolific

Academic-friendly crowdsourcing with quality participants. Full integration with completion URLs and participant tracking.

الميزات

Completion URL handlingParticipant ID trackingAttention checksQuality filters
عرض التوثيق ←
☁️

Amazon MTurk

Scale to thousands of annotators with Mechanical Turk integration. Supports qualifications and approval workflows.

الميزات

HIT managementQualification testsApproval workflowsBonus payments
عرض التوثيق ←
📁

صيغ البيانات المدعومة

استورد البيانات بأي صيغة شائعة

📄

Text

.txt, .json, .jsonl

🖼️

Images

.jpg, .png, .gif, .webp

🎵

Audio

.mp3, .wav, .ogg, .m4a

🎬

Video

.mp4, .webm, .mov

📑

Documents

.pdf, .html

📤

صيغ التصدير

صدّر التوسيمات إلى صيغ التعلّم الآلي الشائعة

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

PRMProcess reward model training format
DPO / RLHFPreference pairs for alignment training
SWE-benchCompatible evaluation results

واجهة Python البرمجية وسطر الأوامر

وصول برمجي للأتمتة

سطر الأوامر

# Start annotation server
potato start config.yaml

# Export annotations
potato export --format coco

# Validate configuration
potato validate config.yaml

واجهة Python البرمجية

from potato import Potato

# Load project
project = Potato("config.yaml")

# Get annotations
annotations = project.get_annotations()

# Export to DataFrame
df = project.to_dataframe()

هل أنت مستعد للبدء؟

ثبّت Potato وابدأ التكامل مع أدواتك المفضلة في دقائق.