You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This AI fact-checking system, built with LangGraph, dissects text into verifiable claims, cross-referencing them with real-world evidence via web searches. It then generates detailed accuracy reports, ideal for combating misinformation in LLM outputs, news, or any text.
chromaVive turns grayscale images into vibrant, colorized versions using advanced deep learning inspired by Richard Zhang's research at UC Berkeley. Powered by models from the ECCV16 and SIGGRAPH17 papers, chromaVive advances the art of image colorization.
Data structures & algorithms project for implementing the Hilbert R Tree data structure as present in the original research paper, focusing on the adding of elements and searching of elements along with a pre-order traversal of the tree.
End-to-End Python implementation of CompactPrompt (Choi et al., 2025): a unified pipeline for LLM prompt and data compression. Features modular compression pipeline with dependency-driven phrase pruning, reversible n-gram encoding, K-means quantization, and embedding-based exemplar selection. Achieves 2-4x token reduction while preserving accuracy.
QueensGambit is a Python-based chess engine using the Minimax algorithm with alpha-beta pruning to make optimal moves. It incorporates piece values inspired by AlphaZero and an entropy-based evaluation for dynamic gameplay. The engine supports both human-AI and AI-AI matches.
Production implementation of OPRO (Wei et al., 2023) — gradient-free prompt optimization via LLM-as-optimizer. Implements p* = argmax f(p) over discrete natural language space. Built from the paper, no prompt libraries. arXiv:2309.03409
From-scratch PyTorch implementation of the Gated Attention mechanism for transformer architectures, focusing on efficient sequence modeling and attention optimization.
This project is my PyTorch reproduction of PaliGemma, a compact 3B vision–language model that integrates SigLIP vision features with a Gemma decoder. I implemented the full multimodal pipeline from vision encoding to autoregressive text generation to study modern VLM architectures from a research perspective.
This project is a clean, from-scratch implementation of a GPT-2 style autoregressive transformer built using PyTorch. Unlike character-level toy models, this implementation operates on tokenized text (via tiktoken) and supports modern training features.
markoText is a Python-powered story generator using a Bag of Words Markov Chain model to craft narratives. By training on input text, it learns word transition probabilities to generate unique content mimicking the style and structure of the original.
End-to-End Python implementation of Mancilla et al.'s (2026) methodology for solving the direct indexing portfolio selection problem as quantum combinatorial optimization. Enforces cardinality constraints via subspace confinement. Benchmarks PennyLane quantum circuits against D-Wave simulated annealing & HRP baselines with walk-forward backtesting.
What better way to reap the fruits of your research during your doctorate than to view its successful simulation? Our specialised team at Ondezx makes sure your dreams of revolutionising your field do not go unfulfilled.For more info: Link: https://ondezx.com/research-implementation Mail: info@ondezx.com Mob No: +91 9791191199
C++ tool for linear code analysis using Gröbner bases. Computes leader codewords, tests code equivalence, and analyzes automorphism groups based on recent coding theory research.
Hands-on study of Srinivas et al. AI-Augmented SOC research (MDPI Informatics 2025). Original implementation by Abdul Bari — attribution preserved per Apache 2.0.
noisOut is a DDPM-based implementation for generating high-quality images, inspired by Dhariwal & Nichol (2021) and Ho et al. (2020). Using a UNet architecture with Sinusoidal Position Embeddings, the model learns to reverse a diffusion process, progressively removing noise from images.