Skip to content
View AishaSid's full-sized avatar
  • Taxila, Islamabad

Block or report AishaSid

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

Hey, I'm Aisha 👋

AI/ML Engineer · CS Graduate @ FAST NUCES Islamabad · Building things with LLMs, RAG, and agents

LinkedIn Email GitHub


I'm a Computer Science Graduate from FAST who got a bit obsessed with how language models actually think — and ended up spending most of my time building agentic systems, RAG pipelines, and AI-powered systems that actually work.

I care about building things end-to-end: from designing the retrieval architecture to shipping a working interface. I'm not a fan of demo-only projects.


What I'm working with

AI / ML

Python LangChain LangGraph OpenAI HuggingFace

Vector DBs & Retrieval

ChromaDB FAISS MongoDB

Backend & Infra

FastAPI Docker AWS MLflow

Frontend

Next.js React TypeScript


A few things I've built

Agentic-RAG Resume Screener A multi-strategy recruitment system that routes queries across four RAG strategies — Fusion RAG, HyDE, CRAG, and Graph RAG — over 2,400+ resumes. Built a LangGraph orchestrator on top of a hybrid retrieval pipeline to maximize relevance matching.

CoWriteIA AI writing platform with context-aware assistance, semantic RAG, and document indexing. Built the embedding pipeline from scratch and wired it into a FastAPI backend with a Next.js frontend. The goal was a smarter alternative to existing writing tools that actually understands context.

Velora Multi-agent framework for financial, risk, and competitor analysis. Each agent has a defined scope and they talk to each other through self-correction feedback loops using LangChain. Learned a ton about agent coordination and prompt engineering here.

HireSmart ATS-optimized resume builder with Supabase auth and Puppeteer-based PDF export. Built this partly because I was frustrated with how bad most resume tools are — wanted to prove you could do better.


Right now

  • Deep in LLM orchestration — specifically how to make multi-agent systems reliable, not just impressive in demos
  • Exploring evaluation frameworks (RAGAS, custom evals) to actually measure whether a RAG system is working
  • Shipping real-world projects with agentic systems

A bit more about me

I mentored junior students in AI/ML at university, competed in the International Mathematics Olympiad (and medalled), and I paint when I need a break from staring at embeddings. I believe the best AI systems come from deeply understanding both the theory and the practical constraints of deployment.

Feel free to reach out if you're building something in the agentic/RAG space, or just want to talk shop.


Pinned Loading

  1. Agentic-RAG-Resume-Screener Agentic-RAG-Resume-Screener Public

    Forked from IbrahimAhmedlone/GenAI-Project

    The system evaluates and routes queries across multiple retrieval strategies including Fusion RAG, HyDE, CRAG, and Graph RAG. Built using Python, LangGraph, ChromaDB, FAISS, BM25, and Gradio.

    Python

  2. S-Amna-Amir/AI-Animated-Video-Gen S-Amna-Amir/AI-Animated-Video-Gen Public

    AI-Powered Animated Video Generation System

    Python

  3. Velora Velora Public

    Multi Agent AI for Strategic Decision Support in EdTech Startups

    Python 1

  4. RAG-in-the-Wild-A-case-study RAG-in-the-Wild-A-case-study Public

    A case study implementing and comparing advanced RAG pipelines (RAG Fusion, HyDE, CRAG, and Graph RAG) on the CRAG dataset, with evaluation metrics and an interactive web demo. More Rag types (RRR,…

    JavaScript

  5. HireSmart HireSmart Public

    A comprehensive resume and cover letter tailor designed to help job seekers optimize their applications for Applicant Tracking Systems (ATS)

    TypeScript

  6. MJAsrar/cwrite MJAsrar/cwrite Public

    Python