Navigation: Main Page Homelab Projects Contact


My Projects

Here are some of the projects I've been working on. You can find more on my GitHub.


Eytrix

Status: Acquired by Meta in August 2025
Description: Led the end-to-end design and implementation of an AI-driven video surveillance platform for government and enterprise clients. Architected custom real-time detection models for events and anomalies using multi-modal inputs (RGB, low-light, reference-guided similarity matching). Built a continual learning pipeline allowing organizations to upload reference images and automatically update detection models. Developed distributed inference infrastructure optimized for hybrid deployment across cloud, on-premise, and edge environments, delivering low-latency performance on both GPU and CPU hardware. Designed high-throughput video processing pipelines for multi-camera ingest, event filtering, and analytics, supported by microservices architecture with granular RBAC, audit logging, SSO integrations, and automated report generation. Led development of enterprise features including customizable detection policies, mobile and SMS alerting flows, and organization-specific model configurations.
Website: eytrix.com


Adaptive Streaming of Multimedia Content

Associated with: Netflix
Description: Developed a computer-implemented method for adaptive streaming of multimedia content, focusing on dynamically adjusting audio quality while maintaining a specified minimum video quality. The system ensures seamless multimedia streaming by prioritizing video quality and dynamically adjusting the audio quality in real-time based on network conditions. This approach optimizes the user experience by providing consistent video quality while adapting audio quality to available bandwidth.

Content-Based Split Tunneling for Network Traffic

Associated with: Netflix
Description: Developed a system for split tunneling based on content type to selectively exclude certain network traffic from a VPN tunnel. The solution involved monitoring session traffic, identifying if the traffic corresponds to a specific content type and dynamically redirecting it based on a predefined policy. This approach optimizes network performance by routing traffic based on its type, ensuring more efficient use of the tunnel and improving overall system efficiency.


Tally Form Handler Worker

Description: A Cloudflare Worker that sends responses from Tally forms to Discord webhooks. Supports multiple forms and webhooks.
Repository: github.com/ta2edh/tally-form-handler-worker

Discord Google Directory Worker

Description: A Discord slash-command bot deployed on Cloudflare Workers that integrates with Google Workspace Admin SDK (Directory API).
Repository: github.com/ta2edh/discord-google-directory-worker

Otobüsüm Anlık

Description: Fork of metkm's multi-platform transit app, converted to iOS-only with Apple Maps. Features live bus tracking, route visualization, optimized for iOS devices.
Repository: github.com/ta2edh/otobusum-anlik

MonitServer

Description: A lightweight distributed monitoring system written in Haskell that tracks system metrics, Docker containers, and KVM virtual machines across multiple servers.
Repository: github.com/ta2edh/monitserver

naal.org.tr - Student Platform

Description: Nevzat Ayaz Anatolian High School student platform. Student interaction, club management and certification system.
Repository: github.com/naaltech/naal-org
Related Projects:
    • Club Admin Interface - Modern club management system with certificate creation and URL redirection
    • Instagram Post Fetch - Pulls posts from 27 Instagram accounts and uploads to Supabase database
    • News API - Serverless news API built with Cloudflare Workers, featuring JSON/XML/RSS output and KV caching