Python and Django SDK for Cloudinary, a cloud-based image and video management service with comprehensive transformation, optimization, and delivery capabilities
Overall
score
94%
{
"context": "This evaluation assesses how well the engineer uses the Cloudinary Python SDK to implement custom transformation functions, specifically focusing on remote function execution and WebAssembly (WASM) transformation capabilities.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Upload implementation",
"description": "Uses cloudinary.uploader.upload() to upload images with proper file path and public_id parameters",
"max_score": 20
},
{
"name": "Remote function usage",
"description": "Correctly uses the fn_remote transformation parameter to apply remote function transformations, encoding the function URL properly (typically base64-encoded)",
"max_score": 30
},
{
"name": "WASM function usage",
"description": "Correctly uses the fn_wasm transformation parameter to apply WebAssembly custom functions with proper WASM function identifier",
"max_score": 30
},
{
"name": "URL generation",
"description": "Uses cloudinary.CloudinaryImage or cloudinary.utils.cloudinary_url to generate proper transformation URLs for both remote and WASM functions",
"max_score": 15
},
{
"name": "Configuration setup",
"description": "Properly configures Cloudinary (cloud_name, api_key, api_secret) either through cloudinary.config() or environment variables",
"max_score": 5
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-cloudinarydocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10