AXIOM preview
AXIOM

Multi-agent AI system for math, physics, and chemistry problems using LangGraph orchestration with parallel specialist agents.

Technologies Used:

Python LangGraph FastAPI Streamlit SymPy Qdrant Langfuse
SIFT preview
SIFT

SIFT is an autonomous AI research agent using LLM tool calling, web search, and a dynamic reasoning loop. Built with FastAPI, Streamlit, and OpenAI-compatible APIs.

Technologies Used:

Python FastAPI Streamlit Groq OpenRouter Tavily
KILN preview
KILN

Fine-tune LLMs on your GPU. CLI tool for QLoRA fine-tuning, DPO alignment, and eval — concurrent jobs, auto-queuing, live metrics.

Technologies Used:

Python HuggingFace Transformers TRL PEFT PyTorch bitsandbytes
DISPATCH preview
DISPATCH

Semantic LLM router that classifies prompts into cheap/mid/hard and routes to Groq, OpenRouter, or your upstream. OpenAI/Anthropic-compatible API, MCP server, and chat demo.

Technologies Used:

Python FastAPI MCP Groq Gateway Semantic Routing
RECALL preview
RECALL

RAG system that remembers. Answers from episodic memory in ~260ms instead of ~49s.

Technologies Used:

Python LangGraph Chroma Groq OpenRouter FastAPI
Anime Image Classifier preview
Anime Image Classifier

An end-to-end ML pipeline for classifying anime characters. Features Optuna hyperparameter optimization and a two-stage training strategy (Linear Probing + Fine-Tuning) on a ResNet34 backbone.

Technologies Used:

Python PyTorch TorchVision CNNs Transfer Learning
Spotify Popularity Predictor preview
Spotify Popularity Predictor

Predict if a Spotify track will chart-top or stay underground using audio features like energy, danceability, and valence.

Technologies Used:

Python Scikit-Learn Pandas NumPy