Skip to content
View IamOumarIbrahim's full-sized avatar

Block or report IamOumarIbrahim

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
IamOumarIbrahim/README.md

Oumar Ibrahim (IamOumarIbrahim)

Electrical & Computer Engineering Senior @ University of Sharjah
Building open-source AI developer tooling (Model Context Protocol) & researching 6G DSP architecture.

LinkedIn ORCID Location Focus


Currently building: Model Context Protocol (SpectraMCP), Sequence Model Benchmarks (rf-bench), Counter-UAS Radar (counter-uas-fmcw-radar), & Geospatial Solar Analysis (SolarScan).


🏆 Flagship Open-Source Projects (S-Tier)

🛰️ SpectraMCP

Model Context Protocol Server for RF Signal Processing, SDR & Radar DSP

Stars MCP Standard Python

📋 Quickstart & Claude Desktop Config
{
  "mcpServers": {
    "spectramcp": {
      "command": "uvx",
      "args": ["spectramcp"]
    }
  }
}

Standardized Benchmark Harness for Sequence Models across RF Signal Tasks

Stars Python


🚀 Specialized Engineering Systems (A-Tier)

FMCW Radar Signal Processing Pipeline with 2D CA-CFAR Detection, MVDR Jammer Nulling, and Micro-Doppler Classification

Stars Python


☀️ SolarScan

Automated Rooftop Solar Feasibility Reports from OpenStreetMap Building Footprints

Stars Python License

Quickstart & Usage
git clone https://github.com/IamOumarIbrahim/SolarScan.git && cd SolarScan
pip install -r requirements.txt && python -m solarscan "Computer Science Department W5 Sharjah"

🛠️ Developer Tooling & Academic Systems (B-Tier)

  • 🎓 ReviewerZero — Academic paper citation and empirical claim auditor for pre-submission peer review.
  • skill-issue — Unified Claude skill suite for AST documentation, prompt refinement & code unrolling.

🧰 Tech & Tooling Suite

Category Tools & Technologies
AI / ML & Infrastructure PyTorch Model Context Protocol (MCP) State-Space Models (Mamba) FastMCP OpenCV
DSP & Communications Python MATLAB 6G ISAC FMCW Radar CA-CFAR Adaptive Filtering (NLMS) PySDR
Hardware & EDA KiCad LTspice FreeCAD Discrete TTL Logic (50+ ICs)
Languages & Systems Python C/C++ MATLAB Bash Windows API

MIT License

Pinned Loading

  1. rf-bench rf-bench Public

    Frequency-ing out over sequence models? Benchmarking Mamba, Transformers & RNNs across RF tasks with zero noise.

    Python

  2. SpectraMCP SpectraMCP Public

    The Model Context Protocol Server for RF Signal Processing, SDR & Radar DSP — We're totally on the same wavelength!

    Python