Image
Scene Classification
Categorize images based on scene type (indoor, outdoor, etc.)
Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.
Input
Enter a URL to a image file
Drag and drop a image file here, or click to browse
The scene classification model to use. Default: scene-classifier-v2
Minimum confidence threshold for classification. Default: 0.5
Whether to include scene attributes. Default: true
Whether to include time of day. Default: true
Output
{"scene": "beach","environment": "outdoor","confidence": 0.95,"attributes": ["sunny","tropical","ocean"],"time_of_day": "daytime"}