Skip to content
View sahrishmustafa's full-sized avatar
đź’­
cats r gr8
đź’­
cats r gr8

Block or report sahrishmustafa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. RGB-to-Infrared-GANs RGB-to-Infrared-GANs Public

    A deep learning project that explores visible-to-infrared (RGB → thermal) image translation using three Generative Adversarial Network architectures: Pix2Pix, InfraGAN, and ClawGAN. The project inc…

    Jupyter Notebook

  2. Review-Study-Assistant Review-Study-Assistant Public

    An integrated AI-assisted research system that helps researchers process, filter, and analyze large collections of academic papers for systematic literature reviews. It combines structured multi-st…

    Python

  3. multimodal-rag multimodal-rag Public

    A Retrieval-Augmented Generation (RAG) system that ingests PDF documents and answers questions using both text and image context. The pipeline extracts text, raster images, and full-page scans from…

    HTML

  4. swe-fac-plus swe-fac-plus Public

    SWE-Factory is an automated pipeline for generating GitHub issue resolution benchmarks and evaluation environments across multiple languages, including C++, Python, Java, and more. It collects issu…

    Shell

  5. OpenCL-Convolution-Performance-Analysis OpenCL-Convolution-Performance-Analysis Public

    This project implements both serial and parallel versions of a convolution operation using OpenCL. It compares the performance of different implementations and verifies results against OpenCV and S…

    C++

  6. Parallel-Distributed-Dynamic-SSSP-Update Parallel-Distributed-Dynamic-SSSP-Update Public

    This project implements a parallel dynamic Single-Source Shortest Paths (SSSP) algorithm using MPI, (inter-node parallelism), OpenMP (intra-node parallelism) and METIS (graph partitioning) with SNA…

    C++