EdgeTwin
Dec 2025 — Feb 2026
A factory-floor IoT telemetry platform monitoring 20 motors in real time.
- End-to-end pipeline: MQTT telemetry → FairCom Edge (broker + database) → FastAPI backend → React dashboard with live status, charts, and alert history.
- Background alert engine with hysteresis logic to prevent flapping — triggers on sustained overheating, clears on a separate lower threshold.
- Custom async HTTP client for the database integration; the four-service architecture is containerized with Docker Compose following 12-factor principles.
PythonFastAPIReactMQTTDockerFairCom Edge
View on GitHub ↗
cinecut
In Progress
An AI agent that turns raw footage into a beat-synced cinematic edit.
- Analyzes raw video with vision models (shot type, motion, exposure) and detects musical beats with librosa.
- An agent assembles the timeline — selecting and ordering clips, cutting to the beat — and exports an FCP7 XML that opens directly in DaVinci Resolve, Premiere, or Final Cut.
- Built for travel and cinematic creators — compressing hours of footage culling into minutes. I'm the target user.
PythonClaude APIffmpeglibrosaFCP7 XML
Travel Destinations API
Feb 2025
An Express.js + SQLite REST API with full CRUD, validation, and tests.
- RESTful HTTP API with proper methods and status codes, parameterized queries against SQL injection, input validation, and a global error handler.
- 12 endpoint tests (Jest + Supertest) covering happy paths and error cases, with env-based config and clean documentation.
Node.jsExpress.jsSQLiteJestSupertest
View on GitHub ↗