Skip to content
View Pfactorial01's full-sized avatar

Block or report Pfactorial01

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Pfactorial01/README.md

Adebayo Adeoye · Pfactorial01

Software developer — I build automation that ships real media, backends that survive load tests, and GPU code that stays fast where it matters.

My pinned work spans AI video orchestration (Sheets → LLM → TTS, images, motion, final MP4), TypeScript product stacks (short-form video with Mux), Go systems (ledger APIs, NATS telemetry to TimescaleDB), and C++/CUDA (stereo depth, image filters with FastAPI + a web UI). Observability is a habit: Prometheus, Grafana, k6, and documented benchmarks show up across repos.


Pinned projects

AI Video Automation Pipeline Google Sheets queue → n8nOpenAI (structured script/scenes) → TTS, image gen, I2V, music, Creatomate — row in, MP4 out.
VibeFlow Short-form feed: React + Vite, Express + Prisma, PostgreSQL, Redis, Mux uploads & playback, JWT auth, Latest/Trending.
velocis High-throughput financial ledger in Go: POST /transfer, optimistic locking, Redis balance cache, PgBouncer, Prometheus/Grafana, k6 suites including cross-shard sagas.
LumenStereo Real-time GPU stereo (CUDA SGBM), calibration, ImGui viewer — tuned for VRAM and throughput vs OpenCV on Middlebury-class data.
ApexStream High-frequency F1-style telemetry: NATS JetStream → Go ingest/processor → TimescaleDB + Redis, full observability stack.
gpu_image_processing CUDA Gaussian/box/Sobel pipelines, naive vs optimized kernels, FastAPI + browser UI, pybind11, Nsight-friendly workflow.

Focus areas

  • Automation & production video — spreadsheet-driven jobs, vendor APIs, reproducible n8n workflows
  • Backend performance — ledgers, sharding, streaming ingestion, rate limits, hypertables
  • GPU & vision — stereo matching, image processing, memory hierarchy and profiling

Connect


Pinned Loading

  1. AI_Video_Automation_Pipeline AI_Video_Automation_Pipeline Public

    turn a Google Sheet row into a finished MP4 uploadable to Youtube etc

    Python

  2. VibeFlow VibeFlow Public

    A short-form video feed: upload clips, browse Latest and Trending, like and comment, with playback powered by Mux

    TypeScript

  3. Vault10K Vault10K Public

    Vault10K is an application for ingesting SEC Form 10-K filings, cleaning and chunking the text, embedding passages into a vector database, and chatting over your indexed content with retrieval-augm…

    TypeScript

  4. velocis velocis Public

    High-throughput financial ledger API

    Go

  5. LumenStereo LumenStereo Public

    A real-time GPU-accelerated stereo depth estimation pipeline implemented in C++/CUDA.

    C++

  6. ApexStream ApexStream Public

    High-frequency F1-style telemetry: NATS JetStream → Go (ingest + processor) → TimescaleDB + Redis, with Prometheus/Grafana.

    Go