🔍 Overview
Object Detection is a core feature in AI Toolkit's IR (Image Recognition) module, enabling the identification and localization of objects within images. This API supports real-time analysis, customizable models, and high accuracy for diverse use cases.
✅ Key Features
- Real-time Processing 🕒
- Support for Multiple Models 🧠 (e.g., YOLO, SSD, Faster R-CNN)
- High Precision & Recall 📈
- Customizable Thresholds 🎛️
- Batch Image Support 📁
📝 Usage Examples
- Basic Detection
POST /api/ir/object-detection { "image_url": "https://example.com/image.jpg", "model": "yolo_v8" }
- Batch Detection
POST /api/ir/object-detection { "image_urls": ["url1.jpg", "url2.jpg"], "model": "ssd_mobilenet" }
⚠️ Compliance Notes
- Ensure all input images comply with data privacy regulations 📜
- Avoid using the API for sensitive or restricted content ⚠️
- For compliance-specific queries, visit our Policy Center
📚 Further Reading
Explore the IR Model Repository to select the optimal algorithm for your project.