Key Differences
| AWS Lookout | Canary Edge |
|---|---|
| Requires model training before detection | Works immediately with generic model |
| S3 bucket for data ingestion | Direct API call with JSON payload |
| Async inference scheduling | Synchronous real-time detection |
| AWS-only deployment | Cloud-agnostic API |
Migration Steps
1. Export Your Data
Export your sensor data from S3 into timestamp/value pairs:2. Call the Canary Edge API
3. Optional: Fine-Tune for Your Equipment
For equipment-specific accuracy, fine-tune a model with historical normal data:pump-1 will automatically use the fine-tuned model.