
MSc in Artificial Intelligence graduate with hands-on experience in designing and implementing generative deep learning models, including GANs for text-to-image synthesis. Proficient in Python, PyTorch, and end-to-end ML workflow development. Seeking an AI Engineer role to contribute to innovative AI-driven solutions and scalable machine learning systems.
Text-to-Image Synthesis Using StackGAN, cGAN, and WGAN | Python, PyTorch, Matplotlib, NumPy
• Developed and compared three GAN variants (StackGAN, cGAN, WGAN) for generating bird and flower images from textual descriptions using CUB-200 and Oxford-102 datasets
• Implemented attention mechanisms in StackGAN to improve fine-grained details, achieving 22% improvement in Inception Score compared to baseline cGAN
• Fine-tuned WGAN with gradient penalty to stabilize training and reduce mode collapse, improving FID scores by 18% over standard GAN training
• Preprocessed and augmented 30K+ image-text pairs, implemented custom data loaders, and visualized training progress with loss curves and sample generations