Skip to content
View crimsonKn1ght's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report crimsonKn1ght

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

Followers Public Repos Visitor Count

Typing SVG

  • My research focuses on building robust and interpretable architectures in data-scarce scenarios.
  • I'm particularly interested in explainable and trustworthy AI.

Projects

Vision-Language Models
  • PointCal-C: Low-cost selective zero-shot 3D recognition under corruption — audits how a frozen CLIP backbone's accuracy and confidence reliability degrade across corrupted point clouds, and fits a lightweight abstention rule on top.
  • EditCheck-VL: Low-cost calibrated counterfactual visual-change verification — a frozen SigLIP2/DINOv2 backbone plus a ≤1M-parameter probe decides whether a claimed before/after scene change holds, localizes it, and abstains when the evidence is ambiguous.
  • vlm-model: A minimal Vision-Language Model (frozen CLIP encoder + frozen LLM + trainable connector) following the LLaVA architecture.
  • medical-rag-vlm-ii: Year-1 evaluation harness for reducing hallucination in medical VLMs via retrieval-augmented grounding — runs pretrained medical VLMs on radiology VQA / report generation and scores outputs for factual consistency and hallucination.
  • medical-rag-vlm: Early-stage minimal LLaVA-style VLM scaffold for the medical RAG-VLM research line.
Astronomy / Space ML
  • AstraQ-VL: Minimal, efficient astronomy Vision-Language Model (LLaVA-style, CLIP + Qwen, LoRA instruction tuning) for solar/astronomical imagery.
  • TerraQ-VL: Sibling to AstraQ-VL — the same LLaVA-style VLM recipe adapted for Earth-observation / remote-sensing imagery (VRSBench).
  • astroclip-galaxy10: LLaVA-style VLM (CLIP + Qwen, LoRA instruction tuning) trained for astronomy image-text alignment on the Galaxy10 dataset.
  • galaxy-image-spectrum-clip: Cross-modal (image ↔ spectrum) representation learning on the Multimodal Universe (MMU) dataset.
  • space-net: Research-grade PyTorch pipeline for detecting, denoising, and localizing gravitational-wave chirp signals in noise, structured as a multi-level curriculum.
NLP / LLMs
  • Docqnatool: Docqnatool is a smart document Q&A assistant that lets you upload your files and ask meaningful questions about their content. Click for demo.
  • DocuMindGPT: DocuMindGPT is a document-grounded Q&A CLI that uses RAG (Retrieval-Augmented Generation) to answer questions based on your PDFs or text files. It features a built-in evaluation agent that scores answers for hallucinations and relevance.
  • rag-llm: Retrieval-Augmented Generation (RAG) demo built with LangChain, Chroma, and Streamlit, from scratch.
  • mini-gpt: Mini gpt based off Andrej's course.
  • llm-app-agent-frontend_v1: React + Vite frontend for an LLM chat agent with streaming responses, chat history, Markdown rendering, and optional web search.
  • llm-app-agent-data-science_v1: Async FastAPI service that routes questions through a LangGraph workflow and streams progress and answers as NDJSON, with conversation memory for follow-ups.
Vision
Diffusion / Generative
  • compact-clad: Reproduction of CLAD used as the starting point for a lighter formulation — tests whether the diffusion state can be made smaller.
Kaggle
ML Projects
  • Movie Recommender: A comprehensive movie recommendation system implementing multiple machine learning algorithms with an interactive React frontend.
  • Misc. AI / ML codes: Some AI/ML tools written by me.
  • model-pedia: Small, self-contained reference implementations of the models you meet on the way into deep learning — each one readable in a sitting and runnable in minutes on a laptop CPU.
Apps / Projects

Languages and Tools:

Python C++ PyTorch TensorFlow Keras NumPy Pandas OpenCV Matplotlib Docker Git Linux SQL VS Code Jupyter



Contribution Calendar:

Isometric contribution calendar


My kaggle competition prize certificates:

dataWr3cker - CSIRO - Image2Biomass Prediction

Pinned Loading

  1. astraq-vl astraq-vl Public

    A minimal, efficient implementation of a Vision-Language Model following the LLaVA architecture.

    Python 2

  2. Code-OA-detection-model Code-OA-detection-model Public

    Code for paper "Knee osteoarthritis detection and categorization with deep learning models"

    Python 5 1

  3. docqnatool docqnatool Public

    A Streamlit document Q&A assistant for PDF, DOCX and TXT files, with OCR for scanned pages and TF-IDF retrieval over a FAISS index.

    Python 7 5

  4. galaxy-image-spectrum-clip galaxy-image-spectrum-clip Public

    Cross-modal representation learning on the Multimodal Universe (MMU).

    Python 1