lakxjass/recursive-sampler-214
0
EfficientNet-CNN-Classifier
A lightweight image classification runtime optimized for edge deployment and batch inference workloads. Built on ONNX Runtime with a custom CNN backbone trained on a proprietary dataset.
Features
- ONNX Runtime inference — CPU-optimized, no GPU required
- Batch processing — configurable concurrency for high-throughput workloads
- Edge-friendly — minimal memory footprint, runs on 2 vCPU instances
- REST API — simple HTTP interface for integration with downstream pipelines
API
Health Check
GET /health → {"status": "ok", "uptime": 12345}Batch Inference
POST /api/v1/infer
Content-Type: application/json
{
"batch_size": 5,
"workers": 2,
"params": { "code": "...", "retries": 2 }
}Model Details
Environment Variables
License
Apache 2.0
