Skip to content
View ahmedm0ssad's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report ahmedm0ssad

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.

Content in all repositories owned by your account will be closed.
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
ahmedm0ssad/README.md

Hi there, I'm Ahmed Mossad 👋

AI Engineer · Backend AI Engineering · Data Science & AI (Zewail City)

I build production-grade AI applications and the backend systems behind them — RAG pipelines, LLM-powered features, multi-tenant APIs, and scalable data services.

What I do

  • Backend AI systems — FastAPI services with PostgreSQL, Redis, background jobs, rate limiting, and clean layered architecture (router/service/repository + dependency injection).
  • LLM & RAG applications — vector search (pgvector, FAISS, ChromaDB), LlamaIndex/LangChain, SSE streaming, and evaluation.
  • MLOps & infrastructure — Docker, Docker Compose, GitHub Actions CI/CD, MLflow, DVC, Azure Container Apps, and test suites that hold.
  • AI & data science — PyTorch, TensorFlow, scikit-learn, computer vision (YOLOv10/11/12, SORT, Kalman filtering), NLP & speech (MFCC, HMM, LSTM), big data (Spark, Kafka, Hadoop).

Currently

  • 🔭 Backend AI Engineering Intern @ FlyRank — building an embeddable lead-capture platform: tenant-isolated APIs, async Redis/RQ jobs, Groq LLM inference, defense-in-depth rate limiting/spam filtering, 938 tests at 100% coverage.
  • 🌱 MEAN Stack Web Development Trainee @ NTI (Advanced Summer Training Program 2026, in collaboration with ITIDA).

Featured projects

Education

B.Sc. in Data Science and Artificial Intelligence — Zewail City of Science and Technology (Graduated June 2026)

Skills

Languages: Python, JavaScript/TypeScript, SQL, R, C/C++, Java, Bash

Backend: FastAPI, Flask, REST APIs, PostgreSQL, SQLite, Redis, SQLAlchemy, Pydantic, JWT, OAuth

AI/ML: PyTorch, TensorFlow, Keras, scikit-learn, Hugging Face, XGBoost, LightGBM

LLM/RAG: LlamaIndex, LangChain, pgvector, FAISS, ChromaDB, Sentence-Transformers, Groq, Gemini

MLOps/DevOps: Docker, Docker Compose, GitHub Actions, MLflow, DVC, Azure Container Apps, pytest

Data: Spark, Kafka, Hadoop, Pandas, NumPy, Matplotlib, Seaborn

Let's connect

CV

Pinned Loading

  1. YOLO-SORT-Person-Tracker YOLO-SORT-Person-Tracker Public

    Real-time person tracking system combining YOLOv12 detection with SORT multi-object tracking and Kalman filtering, featuring movement path visualization.

    Python 23 6

  2. Arxiv-RAG-Webapp Arxiv-RAG-Webapp Public

    AI-powered research assistant using Retrieval-Augmented Generation to answer questions about computer science papers - built with Flask, FAISS vector search, and Google Gemini.

    Python

  3. flyrank-backend flyrank-backend Public

    Production-ready FastAPI backend AI platform - multi-tenant lead-capture widget system with Supabase JWT auth, async AI inference via RQ + Groq, PDF report generation, spam protection, geo enrichme…

    Python

  4. LLM-Optimization LLM-Optimization Public

    Language model benchmarking, optimization, and fine-tuning framework - evaluating, quantizing, and fine-tuning large language models for production deployment.

    Jupyter Notebook

  5. RAG-Optimization-System RAG-Optimization-System Public

    Advanced RAG system with an ML optimization layer - semantic search over ChromaDB, Google Gemini answer generation, XGBoost-based retrieval parameter optimization and query-difficulty/quality predi…

    Python

  6. Real-Time-Recommendation-System Real-Time-Recommendation-System Public

    End-to-end real-time movie recommendation system on MovieLens 1M - PySpark ALS collaborative filtering (RMSE 0.8705), Kafka event streaming with fault injection, Spark Structured Streaming for tren…

    Python