Skip to content

AnasInno/ai-deployment-portfolio

Repository files navigation

Anas Abdi - AI Deployment Portfolio

Gateway CI Public Link Check

Public-safe portfolio for AI Deployment Engineer, Forward Deployed Engineer, and Applied AI Engineer roles.

Live site: https://anas.shortlistops.co.uk/

GitHub Pages fallback: https://anasinno.github.io/ai-deployment-portfolio/

Hosted Gateway API docs: https://ai-gateway.shortlistops.co.uk/docs

Gateway health: https://ai-gateway.shortlistops.co.uk/health

Gateway readiness: https://ai-gateway.shortlistops.co.uk/deployments/teachclaw-local/readiness

What This Contains

  • Static recruiter portfolio at index.html
  • Public-safe case studies under case-studies/
  • CV PDF under assets/
  • TeachClaw/OpenClaw architecture diagram under assets/
  • Public-safe FastAPI AI Deployment Gateway under gateway/
  • Jeweller clienteling case study with local OpenClaw runtime proof language and no live customer data

Gateway

The Gateway is a small FastAPI service showing deployment-readiness patterns:

  • evidence ingestion
  • source-grounded retrieval
  • eval runs
  • SQLite persistence
  • API-key write protection
  • audit events
  • readiness gates
  • metrics
  • Docker
  • CI
  • smoke script

Run locally:

cd gateway
make install
make test
make run

Public-Safety Boundary

This repo intentionally excludes private job-application trackers, phone number, secrets, internal TeachClaw source code, private IPs, and user/customer data.

See PUBLIC_BOUNDARY.md for the explicit public/private boundary. public-safety.yml enforces the most important leakage checks in CI.

Verification

  • GitHub Actions runs Gateway tests and a smoke check on every Gateway change.
  • public-link-check.yml checks the live portfolio and public Gateway endpoints on push and daily schedule.
  • The hosted Gateway is served through Cloudflare Tunnel from a local LaunchAgent-backed FastAPI process; the source remains Docker/Render-ready for a future independent cloud deployment.

About

Public AI deployment portfolio, case studies, and FastAPI Gateway proof

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors