CJA
$systemctl list-units --type=service

lab.service

2 loaded

systemctl status neoauth.service
neoauth.serviceWeb-based graphical authentication system
Loaded:loaded (/opt/neoauth/main; enabled)
Main PID:41186 (react.js + fastapi)
Type:SECURITY
CGroup: /system.slice/neoauth.service
├─React.js
└─FastAPI
>A novel graphical authentication system resistant to shoulder surfing attacks.
>Built on React.js with FastAPI as the backend.
systemctl status picasso.service
picasso.serviceNeural style transfer that runs in the browser
Loaded:loaded (/opt/picasso/main; enabled)
Main PID:20604 (tensorflow.js + react + vite + fastapi + docker + terraform)
Type:ML
CGroup: /system.slice/picasso.service
├─TensorFlow.js
├─React
├─Vite
├─FastAPI
├─Docker
└─Terraform
>A web demo of Google Magenta's arbitrary image stylization network (Ghiasi et al., 2017) — a feedforward style-transfer net converted to a TF.js GraphModel and run client-side on WebGL.
>Moved inference out of Python entirely: the FastAPI backend is now a ~80 MB static file server with no TensorFlow, while the float16-quantized model (~30 MB) ships from /model/ and runs in the user's browser.
>Honest about its limits — a 2017 architecture that transfers texture, palette and brushwork but not semantics. Inputs resize to 512 px on the long edge (Vite-baked at build time) to keep mobile WebGL inside its memory budget.