Skip to content
/ QMUL Public

This repo consists of all the work I did during my master's at Queen Mary University of London.

Notifications You must be signed in to change notification settings

Abhi5ingh/QMUL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QMUL - Computer Vision & Deep Learning Projects

Welcome to my Queen Mary University of London (QMUL) repository! 🎓 This repository contains multiple projects focusing on Computer Vision, Deep Learning, and AI-based applications. Each project explores different aspects of machine learning, image processing, and explainable AI techniques.


📂 Repository Overview

1️⃣ Computer Vision Basics

  • Fundamental concepts of Computer Vision.
  • Includes texture classification, image processing, and feature extraction techniques.
  • Useful for beginners to understand image representation and preprocessing.

2️⃣ MNIST GAN - Generative Adversarial Networks

  • Uses GANs (Generative Adversarial Networks) to generate handwritten digits similar to the MNIST dataset.
  • Implemented with PyTorch, focusing on generator-discriminator adversarial training.
  • Experimented with different learning rates, batch sizes, and dropout strategies.

3️⃣ Super-Resolution using SRCNN 🔬

  • Implements a Super-Resolution Convolutional Neural Network (SRCNN) for image enhancement.
  • Uses deep learning to upscale low-resolution images while preserving details.
  • Benchmark results on standard datasets.

Installation & Usage

🔹 Clone this Repository

git clone https://github.com/Abhi5ingh/QMUL.git
cd QMUL

🔹 Navigate to Individual Projects

Each project is structured independently. To run a specific project:

cd <project-folder>
pip install -r requirements.txt
python main.py

Key Features

Deep Learning Applications: Hands-on projects implementing state-of-the-art neural networks.
Explainable AI (XAI): Focus on interpretability techniques like Grad-CAM, SHAP, LIME.
Computer Vision Techniques: Super-resolution, GANs, and classification models.
Optimized PyTorch Implementations: Efficient training and inference pipelines.
Scalable & Modular Code: Organized project structure with well-documented code.


Contributing

Interested in collaborating or improving these projects? Feel free to:

  • ⭐ Star this repository to support!
  • 🛠️ Fork & contribute with pull requests.
  • 🔗 Reach out for discussions!

📬 Contact

Email: [email protected]
GitHub: Abhi5ingh
LinkedIn: Abhishek


🚀 Keep Exploring AI & Computer Vision!

About

This repo consists of all the work I did during my master's at Queen Mary University of London.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published