-
dog-vs-cat Public
This project implements a Convolutional Neural Network (CNN) to perform binary image classification — distinguishing between dogs and cats.
Jupyter Notebook MIT License UpdatedOct 18, 2025 -
This project implements a CycleGAN to translate natural photos into the artistic style of Claude Monet using the Kaggle GAN Getting Started competition.
-
astraltech Public
Astraltech Bionic Implants is an ambitious RimWorld mod that introduces a new tier of advanced bionics.
-
nlp-disaster-tweets Public
This project aims to classify tweets as describing real disasters (1) or not (0) using natural language processing (NLP) techniques.
-
Deep learning pipeline for detecting metastatic cancer in small histopathology image patches.
-
This project builds a supervised regression model to predict individual medical insurance charges based on demographic and lifestyle features. Using the Medical Insurance Cost Dataset, we explore d…
-
pretraining-custom-timm Public
A flexible and extensible PyTorch pretraining script built atop the timm library.
-
lumenspark2 Public
Lumenspark2 is the second-generation implementation of Lumenspark, a lightweight transformer for efficient large-scale language modeling.
-
efficientnet-custom Public
A custom PyTorch implementation of EfficientNet with Squeeze-and-Excitation and MBConv blocks. Lightweight, modular, and easy to extend for research and experiments.
-
brain-mri-segmentation Public
This project trains a Mask R-CNN with an EfficientViT-FPN backbone to segment brain MRI FLAIR abnormalities from the TCGA-LGG dataset. It includes data augmentation, custom anchors, warmup+exponent…
-
fairface-diffusion Public
A diffusion model trained on FairFace with discrete conditioning on age, gender, and race. Generates high-quality face images using a custom UNet and DDPM scheduler.
-
diffusion-model Public
A minimal PyTorch script for training an unconditional diffusion model on your own images. Includes safe image loading, mixed precision, and periodic sample generation.
-
vision-classifier Public
A PyTorch image classifier using RegNetY and Albumentations on the Fashion MNIST dataset. Trains with TQDM progress, plots loss curves, and supports clean modular design.
-
image-to-dense-caption Public
Generate vivid, human-like captions for portrait images using the Qwen2.5-VL-7B model. Outputs dense descriptions covering emotion, posture, clothing, and environment.
-
mouse-entropy Public
Mouse Entropy is a CLI tool for capturing and storing raw mouse movement data on Arch-based Linux systems.
-
pretraining Public
This repository contains a training script for a custom computer vision model using PyTorch Lightning. It use MLflow for robust experiment tracking.
-
arrow-datasets Public
A high-performance Rust utility that converts large image datasets into chunked Apache Arrow files for efficient storage and processing.
-
lumenspark Public
Lumenspark is a lightweight Linformer-based Language Model Trained from Scratch
-
RSNA 2024 Lumbar Spine Degenerative Classification Training Script
-
conv-neural-net Public
A custom implementation of a Convolutional Neural Network (CNN) from scratch in Rust
-
efficientvit-b4.r256 Public
Pretraining the EfficientViT-B4 model on the ImageNet-1k dataset
-
image-manager Public
Application designed to streamline the process of organizing and labeling images for image classification datasets.
-
fastlimiter Public
A fast and flexible token bucket rate limiter for FastAPI applications.