Skip to content
View Maryam024's full-sized avatar

Block or report Maryam024

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

Hi, I'm Maryam Zaheer πŸ‘‹

Final-Year Computer Science Student @ UET Lahore

πŸ’» Full-Stack Developer Β |Β  πŸ€– AI/ML Engineer Β |Β  πŸ‘οΈ Computer Vision


🧭 About Me

I'm a final-year CS student building AI-powered applications and full-stack systems, with a growing focus on computer vision, retrieval-augmented systems, and multimodal learning. I like taking ML concepts from theory to working, deployable projects that solve real problems.

  • πŸ”­ Recently completed: MedInsight, a retrieval-augmented vision-language pipeline for medical image understanding
  • πŸ“„ Independent research: two DOI-archived research preprints on Zenodo (links below)
  • πŸ’¬ Ask me about: computer vision, full-stack architecture, or retrieval-augmented systems

πŸ›  Tech Stack

Languages Python TypeScript JavaScript Java Kotlin C++ C# Assembly

AI / Machine Learning PyTorch OpenCV HuggingFace NumPy Pandas Scikit-learn

Full-Stack Development React Next.js Node.js Flask Django MongoDB PostgreSQL

Cloud & Services Appwrite Cloudinary MongoDB Atlas Supabase Firebase Resend n8n

Tools Git Docker Postman


🌟 Featured Projects

🩺 MedInsight β€” Retrieval-Augmented Medical Image Understanding

Exploratory project applying retrieval augmentation (CLIP embeddings + FAISS) to medical VQA, investigating whether grounding a vision-language model in retrieved evidence improves answer reliability. Findings published as a preprint (linked in Research below). PyTorch CLIP FAISS BLIP-2 Medical VQA

πŸ›‘οΈ RobustRAG β€” RAG Robustness & Corpus Poisoning

Empirical study of RAG robustness against corpus poisoning and query embedding noise, using BGE + FAISS on SQuAD 1.1. Evaluated near-duplicate, contradictory, and irrelevant poisoning strategies and a lightweight suppression defense, finding that query noise was the dominant source of degradation and that the tested defense could worsen retrieval performance. Python PyTorch BGE FAISS RAG Robustness

πŸ•ΈοΈ GraphRAG β€” Adaptive Hierarchical Graph-RAG

Graph-RAG system extending Microsoft's GraphRAG with an adaptive retrieval router (selects local/global/hybrid/no-retrieval strategy per query), incremental graph construction that merges new documents without full re-indexing, and a self-verification layer that checks generated claims against retrieved evidence. Evaluated routing and verification against baselines on a toy corpus, documented in the repo README. Python Neo4j Qdrant Streamlit LLM Orchestration

πŸ‘οΈ VisionTrack β€” Real-Time Object Detection & Tracking

Real-time detection, tracking, and counting pipeline built on YOLOv8 and OpenCV, with configurable zones and counting logic. Python YOLOv8 OpenCV

πŸ’Ό WorkPulse β€” Employee Productivity Monitoring Platform

Productivity monitoring platform with activity tracking, OCR-based screenshot analysis, automated reporting via n8n, and a Supabase-backed analytics dashboard. Python Flask Supabase EasyOCR n8n

🧠 GraphDB Explorer β€” Natural-Language Graph Querying

Graph database explorer that lets users query and visualize Neo4j graphs using natural language input, translated into structured graph queries. Neo4j Graph Databases NLP

πŸ”€ DevFlow β€” Full-Stack Project Management Platform

MERN-stack project management tool with real-time updates (Socket.io), API documentation (Swagger), automated testing (Jest), and Docker-based deployment. MongoDB Express React Node.js Docker Socket.io

πŸ“± GameHub β€” Android Mini-Games Platform

Android app hosting 7 interactive mini-games, built with an MVVM architecture and Firebase backend. Kotlin Firebase MVVM


πŸ“„ Research

  • MedInsight β€” Evaluates whether retrieval augmentation (CLIP + FAISS) improves a BLIP-2 vision-language model on medical VQA, benchmarked on VQA-RAD and ROCOv2. DOI-archived on Zenodo: zenodo.org/records/21670123
  • AI-Based Depression Detection β€” Detects depressive symptoms in social media text using a fine-tuned DistilBERT + BiLSTM model with attention, reaching 91.09% accuracy with interpretable predictions. DOI-archived on Zenodo: zenodo.org/records/21265208

πŸ… Microsoft Learn Badges

Introduction to AI concepts Introduction to generative AI and agents Plan and prepare to develop AI solutions on Azure Introduction to AI speech concepts

Intro to AI Concepts Β· Intro to Generative AI & Agents Β· Plan & Prepare AI Solutions on Azure Β· Intro to AI Speech Concepts


πŸ† GitHub Trophies


πŸ“ˆ Contribution Graph


πŸ“Š GitHub Stats


πŸ“« Let's Connect

🌐 Portfolio Β |Β  πŸ’Ό LinkedIn Β |Β  πŸ“§ maryamzaheer2006@gmail.com

Profile Views

Building practical software systems with AI, one project at a time.

Pinned Loading

  1. MedInsight MedInsight Public

    Research framework evaluating retrieval-augmented vision-language models for evidence-grounded medical visual question answering.

    Python 5

  2. VisionTrack VisionTrack Public

    AI-powered desktop application for real-time object detection, tracking, and counting using YOLOv8, OpenCV, and CustomTkinter.

    Python 6

  3. WorkPulse WorkPulse Public

    AI-powered employee productivity monitoring system that tracks active/idle time, captures screenshots, automates reporting with n8n, and stores analytics in Supabase.

    HTML 6

  4. DevFlow DevFlow Public

    Modern collaborative project management platform featuring Kanban boards, JWT authentication, workspaces, file uploads, and real-time notifications.

    TypeScript 4

  5. GraphDB GraphDB Public

    Interactive graph database explorer with natural language querying, Neo4j visualization, and AI-assisted graph analytics.

    Python 2

  6. GraphRag GraphRag Public

    Adaptive Graph-RAG extending Microsoft's GraphRAG with query-complexity routing, incremental graph updates, and self-verified retrieval to reduce cost and hallucination.

    Python 4