Skip to content
View UniverseScripts's full-sized avatar

Block or report UniverseScripts

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.

Content in all repositories owned by your account will be closed.
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
UniverseScripts/README.md
Typing SVG

Portfolio Level Vercel Gumroad

Top Languages

── The thread running through all of it

A cheap decision placed in front of an expensive one.

An XGBoost classifier scores ICU stream events in under 5 ms and only then pays for an LLM call. A local Qwen 2.5 3B model reads a task's difficulty and routes it before a cloud API is touched. Same idea twice, and it is the part of this work I would defend in an interview.

── Stack

Tech Stack

── Projects

Every figure below is stated with the conditions it was measured under. Where a project has no number, it is because nothing was instrumented — not because the number was disappointing.

🩺 Pulsemind
Critical-care telemetry — research prototype

An asynchronous ICU telemetry processor. An XGBoost classifier scores incoming stream events and gates higher-cost LLM rationalisation calls so they fire only on detected anomalies.

Team — full-stack AI engineer
May 2026 — ongoing
Python · XGBoost · PyTorch · scikit-learn · React

Classifier forward pass <5 ms per stream event.
End-to-end <50 ms; the anomaly path additionally incurs the ~15 s LLM step.

Trained on the credentialed MIMIC-IV (PhysioNet) de-identified ICU dataset under its DUA; demos run on a synthetic derivative. No clinical deployment.
🧠 Develarper
LLM task routing

A two-tier router built solo for the AMD Developer Hackathon (Act II). A local Qwen 2.5 3B classifier scores task difficulty and dispatches hard tasks to Fireworks while easy ones stay local.

Solo — LLMOps
July 2026 · AMD Developer Hackathon, Act II
Python · Qwen 2.5 3B via Ollama · FastAPI · Fireworks

Routing: 18 of 19 tasks to the correct tier, on self-defined labels.
Answer quality: 93.00% (186/200) over 100 factual + 100 summarization tasks, scored by similarity/Jaccard overlap against expected answers — not human or LLM review. Mean latency 505.1 ms, sequential.

6 of the 200 prompts contain unrendered template placeholders and are unanswerable as posed. Raw results are committed in the repo.
⚡ Roomie
Roommate and apartment matching

Onboarding survey and swipe interface matching on structured fields, with an optional free-text bio path using Vertex AI embeddings and cosine similarity.

Contributor, team of 4 — DevOps & Backend Engineering
April 2026 · GDGoC National Hackathon 2026 (Hanoi), team Hackaphobia
Python · FastAPI · React · PostgreSQL · Vertex AI

~50 real users onboarded and swiped at demo day.
~12 ms average request latency — structured matching path only, excluding embedding generation.
🌩️ Weatherise
Weather-intelligence pipeline

REST sources and NVIDIA Earth-2 surrogate models feeding a multi-agent chain on Nemotron Ultra, with a Qdrant vector database supporting RAG over the ingested data.

Team — LLMOps & Backend AI Engineering
9–11 June 2026 · Vietnam AI Open Hackathon (NVIDIA / OpenACC)
Python · Qdrant · Earth-2 · Nemotron Ultra · MCP

Demonstrated at concurrency 1 over three days. No latency or throughput figure is stated, because none was measured under load.
🗺️ Vora
Quiz-verified learning roadmap

A deployed learning-roadmap application with quiz-gated progression. The backend resolver converts unstructured model output into validated, dependency-mapped directed acyclic graphs.

Team — backend engineer
April 2026 · GDGoC DevCamp, HCMUT
React Flow

Cycle detection is O(V+E) — an algorithmic property of the traversal, not a measured latency.
🧪 ArchitectureLab
WebMCP architecture studio

A shared live system model where a person and an agent inspect the same request flow. The agent calls structured tools the page registers and cannot change anything without approval.

Solo
August 2026 · OpenAI WebMCP Challenge

Every number in the simulator is synthetic and directional — stated assumptions, not measurements.

── Credentials

Credential Issuer Type Issued
Dean's List 2026 University of Technology Sydney Honour 2026-07-09
Certificate of Attendance Vietnam AI Open Hackathon (NVIDIA / OpenACC) Attendance 2026-06-09
Top 30 Finalist Award GDGoC National Hackathon 2026 (Hanoi) Placement 2026-05-20
Next.js App Router Fundamentals Vercel Completion 2026-02-20
Generative AI with Large Language Models DeepLearning.AI & AWS — via Coursera Completion 2026-01-02
AWS Cloud Practitioner Essentials Amazon Web Services Foundational completion 2025-12-03

On the NVIDIA entry: the certificate is one of attendance. The claimable part is that the team was selected as one of 10 from roughly 100 registrants to compete. It was a one-round event and the team did not place.

── Products

── Elsewhere

Pinned Loading

  1. nextjs-marketplace-free nextjs-marketplace-free Public

    This is the Open Source UI version of the **Marketplace Starter Kit**.

    TypeScript 1

  2. llmops llmops Public

    A self-hosted inference node for a quantized LLM: Docker, FastAPI, Redis rate limiting, Traefik and a Cloudflare tunnel. Runs on one machine; load-tested with Locust.

    Python

  3. local-rag-api local-rag-api Public

    A local-first RAG backend: ingest PDF/TXT documents and chat with them using Ollama and ChromaDB. Open-source core logic; the Dockerised one-click setup is a separate paid kit.

    Python

  4. develarper develarper Public

    Python 2

  5. pulsemind-ai pulsemind-ai Public

    Forked from 70kg-bug/bki

    Jupyter Notebook

  6. weatherise-ai weatherise-ai Public

    Forked from khanhtuongnakitomo/WeatherRise-2026

    Python 1