Skip to content
View Eman-2211's full-sized avatar
  • CS @ FAST'28
  • Lahore Pakistan
  • 22:40 (UTC +05:00)
  • LinkedIn in/Eman-Jameel

Highlights

  • Pro

Block or report Eman-2211

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

Hi there! 👋 I'm Eman Jameel

Typing SVG


👨‍💻 About Me

I'm a CS student who loves building real systems — from federated identity architectures and AI-powered document search to data analytics engines and ML predictors. I work across the full stack with Python, .NET, Node.js, and modern AI tooling.

  • 🔭 Currently building federated SSO systems and RAG pipelines
  • 🔐 Architected a modern redirect-based federated SSO microservice system (IdP & SP pattern)
  • 🤖 Built a retrieval-augmented generation app with ChromaDB & Groq
  • 📊 Experienced in data analytics, visualization, and ML prediction
  • 📚 Avid reader who loves diving into new topics
  • 🎮 Gamer in my downtime  |  ⚽ Sports enthusiast
  • 💼 Open to collaboration and opportunities
  • 🧠 Interested in: Security & Identity, AI / RAG Systems, Data Science, Web Development

⭐ LATEST PROJECTS

🔐 Redirect-Based Federated SSO 🤖 AI RAG System
SSO
A modern Redirect-Based Federated Single Sign-On (SSO) Architecture built for distributed microservice environments. Two decoupled microservices — App 1 (Identity Provider / IdP) running on Node.js/Express + MongoDB, and App 2 (Service Provider / SP) running on Express — implement centralized OAuth-style login redirections with secure JWT session validation.

🔹 Centralized IdP login redirect with dynamic returnUrl routing
🔹 Loop-free account switching & session purging via clearCache=true
🔹 HMAC SHA-256 signed JWT verification across decentralized microservices
🔹 Interactive Architecture Portal with automated PowerShell startup

Node.js Express.js JavaScript MongoDB HTML5 CSS3
AI_RAG
A retrieval-augmented generation app built around a local ChromaDB vector store, PDF ingestion, sentence-transformer embeddings, and Groq for answer generation. Load any PDF, index it into vector chunks, and ask natural language questions — the system retrieves the most relevant context and generates accurate answers via LLM.

🔹 PDF text extraction & overlapping chunk splitting
🔹 Sentence-transformer embeddings stored in ChromaDB
🔹 Cosine similarity retrieval for relevant context
🔹 Groq LLM for final answer generation

Python ChromaDB Groq HuggingFace

🔥 MORE PROJECTS

📊 GDP-Analysis_Phase2 📈 Performance-Marketing-ROI-Predictor
Phase 2 SDA Project — a Python-based data transformation and analytics engine for global GDP trends. Features data ingestion from CSV/JSON, ISO-based cleaning, and 7+ analytical tasks: top/bottom GDP rankings, growth rates, continent averages, global trend analysis, fastest growing continents, consistent decline detection, and GDP contribution breakdowns. Supports console and chart output via a plugin system. ML-based performance marketing ROI prediction using Jupyter Notebooks. Analyzes marketing campaign data to predict return on investment, helping make data-driven budget allocation decisions.
Python Pandas Matplotlib Seaborn Jupyter Python

👉 See pinned repos below for live demos and code!


🏆 HIGHLIGHTS

🔐 Security & Identity 🤖 AI & RAG 📊 Data Analytics 📈 ML & Prediction
Architected a modern redirect-based federated SSO architecture with centralized IdP/SP routing and loop-free account switching Built a full RAG pipeline — PDF to embeddings to LLM-powered answers Engineered a GDP analytics engine with 7+ analytical modules & plugin-based output Developed a marketing ROI predictor with Jupyter & ML

📊 GITHUB STATS

GitHub Stats   Top Languages   Commits per Language

Profile Details

GitHub Streak


🐍 CONTRIBUTION SNAKE

github contribution grid snake animation

🛠 TECH STACK

Languages

Python C# JavaScript TypeScript HTML5 CSS3 SQL

Frameworks & Libraries

.NET 8 Entity Framework React React Native Node.js Express.js NumPy Pandas

AI & Data Science

ChromaDB Groq Sentence Transformers Matplotlib Seaborn Jupyter

Databases & Backend Services

SQL Server PostgreSQL MongoDB SQLite

Developer Tools

Git GitHub VS Code Postman


📫 CONNECT WITH ME

GitHub Email LinkedIn


"Code is like humor. When you have to explain it, it's bad."

Profile views

Popular repositories Loading

  1. Modular-Orchestration-and-Dependency-Inversion-Phase-2 Modular-Orchestration-and-Dependency-Inversion-Phase-2 Public

    Description: A Python-based data transformation and analytics engine for extracting, cleaning, and visualizing global GDP trends.

    Python

  2. Performance-Marketing-ROI-Predictor Performance-Marketing-ROI-Predictor Public

    Description: A Machine Learning project utilizing Jupyter Notebooks to analyze marketing campaign data and predict Return on Investment (ROI).

    Jupyter Notebook

  3. AI_RAG AI_RAG Public

    Description: A local Retrieval-Augmented Generation (RAG) application utilizing ChromaDB vector storage and Groq LLM for intelligent document Q&A.

    Python

  4. SSO SSO Public

    Description: A Custom Federated Single Sign-On (SSO) Architecture built for microservices as a lightweight alternative to Keycloak

    HTML

  5. Eman-2211 Eman-2211 Public

  6. 8_Queen 8_Queen Public

    Description: A Python implementation solving the classic 8-Queens problem using a Genetic Algorithm to find non-attacking queen placements.

    Jupyter Notebook