Skip to content
View JoeyPatricio's full-sized avatar

Block or report JoeyPatricio

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
JoeyPatricio/README.md

Joe Patricio

Full-stack + ML engineer. I ship software built around the people who use it.

Projects

Sift (In Progress) — Fault localization tool that distills chain-of-thought reasoning from a Claude teacher into a QLoRA-finetuned 3B student to pinpoint the exact file and line range responsible for a failing test — trained on SWE-bench within a small API budget.

BunnyTracker (In Progress) — Local pet monitor with real-time motion detection. Trained a TensorFlow.js classifier on a custom pixel-diff pipeline to recognize 5 rabbit behaviors. React + Node.js, deploying through CloudFlare.

intelliTrip (Completed) — AI travel planner with a dual-provider LLM backend (Groq + Ollama), real-time SSE streaming, and a custom token-overlap deduplication pass to keep itineraries consistent. React/TypeScript + Node.js/Express.

security-hardening-skill (Completed) — Claude skill for ensuring an application or project has complete and proper security implementations.

Welcome to America (Completed) — Immigration resource finder. Interviewed immigrants first, rewrote the information architecture based on what they said, then built it. Searchable directory of 50+ organizations, filterable by category and ZIP, with multilingual support.

Marine Debris Database (Completed) — Marine Debris Database Application activly being used by 28+ scientists at the Sitka Sound Science Center. Logging, storing and visualizing 700+ real-world cleanup projects.

Stack

TypeScript React Node.js Python Flask PostgreSQL PostGIS TensorFlow.js Ollama Docker

Contact

📍 Vancouver, WA
✉️ joe.patricio@hotmail.com
🔗 joepatricio.com · LinkedIn

Popular repositories Loading

  1. Portfolio Portfolio Public

    Professional portfolio for Joe Patricio

    TypeScript

  2. intelliTrip intelliTrip Public

    AI-powered travel itinerary planner with React + Node.js, using Groq or local Ollama + OpenStreetMap for personalized day-by-day trip plans.

    TypeScript

  3. Welcome-to-America-2.0 Welcome-to-America-2.0 Public

    Full-stack immigrant resources hub with searchable U.S. support directory, civic guides, and responsive React + Express interface.

    JavaScript

  4. Bunny-Tracker Bunny-Tracker Public

    Self-hosted ML rabbit monitor. A webcam + MobileNetV2 transfer-learning classifier recognizes 5 behaviors (zoomies, grooming, standing, yawning, resting) in real time, saves clips, and emails alert…

    JavaScript

  5. JoeyPatricio JoeyPatricio Public

  6. Sift Sift Public

    Fine-tuned 3B model for fault localization — given a failing test and traceback, predicts the responsible file and line range using rejection-sampled CoT traces distilled from a frontier teacher an…

    Python