Skip to content
View Eman-2211's full-sized avatar

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
  • 🔐 Designed a custom SSO architecture as an alternative to Keycloak
  • 🤖 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

🔐 Custom Federated SSO 🤖 AI RAG System
SSO
A Custom Federated Single Sign-On Architecture built for a microservices environment as an alternative to Keycloak. Three microservices — App1 (Node.js/Express + MongoDB), App2 (.NET 8 + SQL Server), and an SSO Gateway (.NET 8) — work together to enable cross-app auto-login through token exchange and centralized session management. Apps retain their native login screens while users authenticate once and move seamlessly between services.

🔹 Token exchange & federation via background API calls
🔹 Decentralized databases (MongoDB + SQL Server)
🔹 HMAC SHA-256 signed JWTs & internal header spoofing protection
🔹 One-command startup with PowerShell script

C# .NET Node.js JavaScript MongoDB SQL Server
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 custom federated SSO with JWT token exchange across .NET & Node.js microservices 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

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