Skip to content
View fahadabid545's full-sized avatar

Block or report fahadabid545

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

Hi 👋 I'm Fahad

AI Engineer · LLM Systems · Generative AI · Intelligent Agents

You Landed at the right page


Find About Me Here

I'm an AI Engineer, working across the full spectrum of applied machine learning — from NLP pipelines and LLM integrations to production-grade agent systems. I am currently completing my MS in Data Science at NED UET, where my thesis explores how recursive refinement and semantic clustering can push LLMs toward more faithful, source grounded outputs.

Reach me at fahadabid545@gmail.com


What I'm Currently Working On

  • MS Thesis | A recursive refinement framework that clusters document content, then iteratively finds and patches gaps in LLM-generated answers. Goal: more faithful, grounded outputs than a single-pass generation can achieve.
  • Production AI systems | Deployed and maintaining realworld LLM powered applications in a professional setting.
  • Open-sourcing | Moving select research and personal projects to public GitHub repositories.

My Tech Stack

Languages & Core

Python R SQL

ML / DL Frameworks

PyTorch TensorFlow Keras scikit-learn Optuna

LLMs, NLP & GenAI

LangChain Hugging Face OpenAI Spacy NLTK FAISS Pinecone

MLOps, APIs & Cloud

FastAPI Flask Docker MLflow GCP Azure Redis

Data & Visualization

MongoDB MySQL Pandas NumPy Matplotlib Seaborn Plotly Power BI Tableau

Tools & Workflow

Postman Copilot Studio Power Automate JIRA Git GitHub


My Certifications

  • Oracle Cloud Infrastructure 2025 Certified Generative AI ProfessionalOracle
  • AI Fluency: Framework and FoundationsAnthropic
  • Elements of AIUniversity of Helsinki
  • Creating Charts and Dashboards Using Microsoft ExcelCoursera
  • Manufacturing Resource PlanningOdoo

Open for New Opportunity

I'm currently open to better opportunities, particularly positions involving LLMs, Generative AI, NLP, or intelligent agent systems. If you're building something meaningful in this space, I'd love to connect.

Reach me at fahadabid545@gmail.com


My Love Handles

LinkedIn
LinkedIn
Kaggle
Kaggle
WhatsApp
WhatsApp

Thank you for scrolling down till here, you have a strong patience level

Pinned Loading

  1. POS-Tagging POS-Tagging Public

    Performed Part-of-Speech (POS) tagging using NLTK to label words with their grammatical roles in text data. Useful for NLP preprocessing and syntactic analysis.

    Jupyter Notebook

  2. MNIST-with-ANN MNIST-with-ANN Public

    Built an Artificial Neural Network (ANN) from scratch to classify handwritten digits using the MNIST dataset. Achieved high accuracy on test data with dense layers and ReLU activation.

    Jupyter Notebook

  3. Word2Vec-Embedding Word2Vec-Embedding Public

    Trained and visualized word embeddings using Google's pre-trained Word2Vec model. Explored semantic relationships and analogies between words using vector arithmetic.

    Jupyter Notebook

  4. Creating-Pipeline Creating-Pipeline Public

    A complete machine learning pipeline using Decision Tree Regression with preprocessing transformations. The model is serialized using Pickle, enabling easy reuse for predictions on new data.

    Jupyter Notebook

  5. Dataset-Creation Dataset-Creation Public

    This repository contains scripts and datasets curated for machine learning and data analysis, primarily focused on movies from The Movie Database (TMDB). It is useful for building recommender syste…

    Jupyter Notebook

  6. DTreeViz DTreeViz Public

    DTreeViz is a visualization tool that creates detailed, intuitive diagrams of decision trees, helping users understand model decisions, splits, and feature importance clearly.

    Jupyter Notebook