GCP Cloud Run Architecture Diagram
GCP • Cloud Run • Docker

Cloud-Native Portfolio

A serverless, dark-themed portfolio deployed as a Docker container on GCP Cloud Run. Built and managed using the gcloud CLI.

gcloud run deploy portfolio --image=...
View Case Study
AWS Sheep Recognition Architecture
AWS • Rekognition • ECS

Saudi Sheep Breed Identifier

Dockerized web app using Amazon Rekognition with a custom-trained model to identify 4 local Saudi sheep breeds from uploaded photos.

client.detect_custom_labels(Image={'S3Object': ...})
View Case Study