Skip to content
View KARTIK614's full-sized avatar
:shipit:
Null Pointer
:shipit:
Null Pointer

Highlights

  • Pro

Block or report KARTIK614

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

Kartik Pareek — Security × Vision × Edge AI


Who I Am

I build at the intersection of edge AI, industrial computer vision, cybersecurity, and full-stack systems. Currently deploying production-grade AI on NVIDIA Jetson AGX Orin and DGX Spark — from factory-floor defect detection and PLC-integrated automation to security LLMs fine-tuned on threat intelligence. I also harden mobile apps and build encrypted communication tools.

  • OXmaint Edge Portal — Production industrial AI on Jetson Orin: 12 YOLO models, PLC (Allen-Bradley, Arduino Opta), ROS2 robot simulation
  • WAZUHLLM — Fine-tuned security LLM with Wazuh SIEM + CTI pipeline (NVD/KEV/ThreatFox) + RAG vault for SOC automation
  • Industrial CV models on NVIDIA TensorRT — conveyor defects, spill, dust, PPE, galvanizing, thermal fault detection
  • Multi-tenant CCTV AI — Real-time surveillance with automated work order creation and escalation pipelines
  • Encrypted messaging PWA with QR-based E2E key exchange and WebRTC calling
  • Voice-to-text automation for hands-free computing on Linux
  • One-command Ubuntu workstation setup — trackpad gestures, systemd services, the works

What I'm Building

Project Domain Stack What It Does
OXmaint Edge Portal Industrial AI / Edge Next.js 15, FastAPI, YOLO11, Jetson Orin, PLC Production AI — 5 microservices, 12 CV models, real-time factory monitoring
OXmaint AI Portal Full-Stack / AI Next.js 15, React 19, ShadCN, Azure Blob Multi-tenant maintenance portal with Synapse RAG agent, n8n workflows
WAZUHLLM Security / AI Python, Wazuh, Ollama, Qwen, LangGraph, ChromaDB SIEM + fine-tuned LLM for SOC automation — CTI pipeline ingesting NVD/KEV/ThreatFox into RAG
Industrial Vision Suite CV / Edge AI YOLO11x, TensorRT, ONNX, CUDA 12.6 12+ model variants — dust, spill, conveyor, galvanizing, thermal fault, intrusion, PPE
OXmaint CCTV Surveillance Multi-Tenant AI Next.js 15, Clerk, Azure Blob, TensorRT AI-powered CCTV with hazard detection, automated work orders, escalation
Thermal Fault Detection CV / Industrial YOLOv8m, Roboflow, PyTorch Electrical thermal anomaly detection & classification with custom inference engine
BlueScope Video Analysis CV / Edge AI ffmpeg, Ollama, Gemma 4, DGX Spark Frame-by-frame industrial video captioning → temporal fusion → Markdown safety reports
SECONDBRAIN AI Agents / RAG Python, ChromaDB, Mem0, Obsidian, Claude MCP Multi-agent dev workflow — capture, research, synthesis, review agents
V2T Tools Full-Stack / Voice Next.js 16, MongoDB, WebRTC, Web Speech API Voice dictation, AI search, markdown paste, P2P file transfer
E2E Encrypted Chat Security / PWA React 19, TypeScript, IndexedDB, Web Crypto QR-key-exchange encrypted messaging + calling, offline-first
ROS2 Robot Simulation Robotics ROS2 Humble, MoveIt2, Isaac Sim, Fanuc CR35-iA Multi-robot simulation (Fanuc, ABB, UR, Kuka) with custom motion planning
ubuntu-setup DevOps / Linux Bash, systemd, TouchEgg, Docker One-command fresh Ubuntu → full workstation with Windows-style gestures
Mobile Security Lab Pentesting MobSF, ADB, firmware extraction, static/dynamic analysis Android app reverse engineering, rooting guides, security audits

Tech Arsenal

Languages

JavaScript TypeScript Python Java C++ SQL

Full-Stack & Backend

Next.js React FastAPI Tailwind CSS Node.js

Computer Vision & AI

PyTorch YOLO OpenCV TensorRT ONNX Ultralytics

LLMs & RAG

Ollama LangGraph ChromaDB vLLM Open WebUI

Edge AI & Hardware

NVIDIA Orin DGX Spark CUDA InfiniBand Isaac Sim

DevOps & Data

Docker Bash systemd MongoDB Grafana InfluxDB Neo4j n8n Cloudflare

Industrial & Robotics

PLC ROS2 Arduino Modbus

Security & Pentesting

Wazuh MobSF Web Crypto Burp Suite ADB


WAZUHLLM — Security LLM for SOC Automation

Fine-tuning LLMs on threat intelligence to build an AI-native SOC analyst.

CTI Feeds (NVD / KEV / ThreatFox / blog sources)
        │
        ▼
   Ingestion Pipeline ──── ChromaDB RAG Vault
        │                        │
        ▼                        ▼
  Qwen 3.6 35B + LangGraph ──► Structured Threat Reports
        │
        ▼
  Wazuh SIEM Integration ──► Automated Alert Triage
  • LLM: Qwen 3.6 35B via Ollama, fine-tuned with unsloth on threat corpus
  • RAG: LangGraph agent with ChromaDB-backed retrieval over NVD CVEs, KEV catalog, ThreatFox IOCs
  • SIEM integration: Wazuh alert enrichment — LLM triages alerts, suggests response actions, generates hunt hypotheses
  • Knowledge base: Khoj + SilverBullet for SOC playbook management and retrieval
  • Architecture: security-llm-architecture.md — full system design documented

Impact

Edge AI Platform — Architected and deployed a real-time computer vision platform on NVIDIA Jetson Orin running 12 YOLO models in production. Integrated PLCs (Allen-Bradley, Arduino Opta) and ROS2 robot simulation into a unified factory monitoring system serving multiple industrial customers, enabling defect detection at conveyor speeds with sub-second inference latency.

AI-Powered SOC Automation — Built a fine-tuned security LLM pipeline (Qwen 3.6 35B + LangGraph + ChromaDB RAG) that ingests NVD, KEV, and ThreatFox threat intelligence to automate SIEM alert triage, reducing mean-time-to-respond for security incidents.

Cross-Platform Deployment — Production workloads span NVIDIA Jetson AGX Orin (edge) and DGX Spark GB10 (data center), with models optimized via TensorRT and served behind Cloudflare zero-trust tunnels. On-device LLM inference with Ollama/vLLM for factory-floor decision support without cloud dependency.

Multi-Tenant AI Surveillance — Designed and deployed a CCTV AI system doing real-time hazard detection with automated work order creation and escalation pipelines, currently monitoring multiple industrial sites.

Systems Automation — Created a one-command Ubuntu workstation setup used by migrating engineers, and voice-to-text tooling that eliminates manual transcription for hands-free factory-floor documentation.




Featured Repos

ubuntu-setup — One-command Ubuntu workstation setup with Windows-style gestures, voice-to-text, and modular system automation

v2t-thingies — System-wide voice-to-text bridge using Puppeteer + Web Speech API with systemd integration


Currently Exploring

  • Security LLM fine-tuning — unsloth + Qwen on CTI feeds for automated SOC triage and hunt hypothesis generation
  • Adversarial robustness in industrial CV models — can a sticker on a conveyor belt fool a defect detector?
  • On-device LLM inference (vLLM, Qwen, Gemma 4) for real-time factory safety decision support across Orin + DGX Spark
  • Secure inference pipelines — running CV models without exposing sensitive factory floor data
  • Multi-Spark clustering — InfiniBand/MPI orchestration across DGX Spark fleet for distributed LLM inference
  • NVIDIA DeepStream 9.0 — multi-stream video analytics with 3D pose tracking and anomaly detection

Connect

LinkedIn Email GitHub


"Build fast. Secure early. Ship often."

Pinned Loading

  1. Cdac-noida-Internship- Cdac-noida-Internship- Public

    this repository stores the documentation of the VAPT(Vulnerability assesment and penetration testing) permormed on testphpvulnweb.com

  2. expo-qr-scanner expo-qr-scanner Public

    Forked from oneill-c/expo-qr-scanner

    A simple QR scanner example in React Native using Expo

    TypeScript

  3. Tarangini_fest-main Tarangini_fest-main Public

    JavaScript

  4. weather-api-project weather-api-project Public