Back to Home
Projects

The Lab

A collection of AI & ML projects I've built — from research experiments to production-ready tools. Everything is open-source and documented.

6

Projects

4

Live

2

In Progress

Live

Neural Style Transfer Engine

A deep learning model that applies artistic styles to images using convolutional neural networks and optimization techniques.

PyTorchCNNComputer Vision
Live

LLM-Powered Code Assistant

An intelligent code assistant built with fine-tuned language models, capable of code generation, review, and explanation.

TransformersFine-tuningPython
Live

Sentiment Analysis Pipeline

End-to-end NLP pipeline for real-time sentiment analysis on social media data with dashboard visualization.

NLPBERTStreaming
In Progress

Speech-to-Text Transcriber

A Whisper-based speech recognition system with speaker diarization and multilingual support.

WhisperAudioASR
Live

Research Paper Summarizer

RAG-powered tool that ingests academic papers and generates concise, structured summaries with key findings.

RAGLangChainEmbeddings
In Progress

Reinforcement Learning Agent

An RL agent trained with PPO to navigate complex environments, with real-time training visualization.

PPOGymRL