Skip to content
View SAMithila's full-sized avatar
🐒
Practising
🐒
Practising

Block or report SAMithila

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

Hi, I'm Samia πŸ‘‹

AI Engineer focused on building production-grade AI systems including LLM agents, Retrieval-Augmented Generation (RAG) pipelines, and computer vision applications.

πŸŽ“ Master of AI graduate (Australia Awards Scholar) specializing in Natural Language Processing
πŸ”¬ Currently building AI systems combining LLMs, search, and vision models
πŸ“ Targeting Human-Centered AI and ML Engineering roles in Singapore, UK, and Remote


Featured Projects

nl-db-agent β€” Agentic RAG for Natural Language Database Queries

Routes plain English questions to SQL, industry documents, or both β€” automatically.

How it works:

  • πŸ—„οΈ SQL route β€” "What is our total revenue by genre?" β†’ queries Chinook DB β†’ Rock $826.65
  • πŸ“„ Document route β€” "What is global music revenue growth?" β†’ searches Pinecone β†’ +4.8% (IFPI 2025)
  • πŸ”€ Both route β€” "How does our Rock revenue compare to global trends?" β†’ combines both sources

Technical highlights:

  • LangGraph state machine (7 nodes, 3 routing paths)
  • Pinecone vector DB β€” 2,462 vectors from 4 real industry PDFs
  • LLM-as-judge evaluation framework (route-specific scoring)
  • HCD features: explainability panel + human feedback loop (mirrors RLHF)
  • 86.1% benchmark accuracy (36 queries, 6 tiers) Β· 0% SQL hallucination

Stack: LangGraph Β· GPT-4o-mini Β· Pinecone Β· FastAPI Β· Next.js Β· Google Cloud Run

πŸ”— Repository Β· Live Demo


RAG Document Intelligence

Production-grade Retrieval-Augmented Generation system for querying document collections.

Features:

  • Hybrid retrieval (vector + keyword search)
  • Query expansion (HyDE)
  • Hallucination detection
  • 74% accuracy across 38 evaluation queries

πŸ”— Repository


LLM API Gateway

Unified backend for multiple AI providers powering 5 AI products.

Capabilities:

  • Single API for multiple LLM providers
  • Automatic failover (Groq β†’ Gemini β†’ OpenAI)
  • Real-time cost tracking
  • Session management (in-memory + Redis)

Supports: OpenAI | Gemini | Groq

πŸ”— Repository


Object Detection + Tracking Pipeline

Computer vision system for real-time object detection and tracking.

Tech:

  • Mask R-CNN for detection
  • SORT tracking algorithm with Kalman filtering
  • Self-supervised evaluation metrics
  • 78.4% tracking accuracy with 100% ID stability

πŸ”— Repository


AI Systems Expertise

Area Skills
LLM Applications Agentic RAG, LangGraph, LLM-as-judge Evaluation, Human-Centered AI, Tool Use, Function Calling
Search & Retrieval Hybrid Search (Vector + BM25), Pinecone, Query Expansion, ChromaDB
Prompt Engineering Few-shot, Chain-of-Thought, System Prompts
Computer Vision Object Detection, Tracking, Medical Imaging, Foundation Models (SAM)
Infrastructure API Orchestration, Multi-provider Failover, Session Management

Tech Stack

Category Technologies
Languages Python
AI/ML PyTorch, TensorFlow, Transformers, LLMs, NLP, Computer Vision
LLM Ecosystem OpenAI, Anthropic, Groq, Google Gemini, LangChain, LangGraph
Backend FastAPI, REST APIs, Redis
Tools Docker, Git, CI/CD (GitHub Actions), VS Code, Jupyter

Let's Connect

LinkedIn Email


⭐ Open to AI/ML Engineer opportunities

Pinned Loading

  1. nl-db-agent nl-db-agent Public

    Agentic RAG system β€” routes natural language to SQL, industry documents, or both. LangGraph + Pinecone + GPT-4o-mini. 86.1% benchmark accuracy, 0% SQL hallucination.

    Python

  2. llm-api-gateway llm-api-gateway Public

    Unified LLM API Gateway β€” single API for OpenAI, Gemini, and Groq with automatic failover, real-time cost tracking, and session management. Powers 5 AI products.

    Python 2

  3. object-detection-tracking-pipeline object-detection-tracking-pipeline Public

    Real-time object detection & tracking pipeline β€” Mask R-CNN + SORT algorithm with Kalman filtering. 78.4% tracking accuracy, 100% ID stability. Self-supervised evaluation metrics.

    Python 1

  4. rag-document-intelligence rag-document-intelligence Public

    Production-grade RAG system β€” hybrid search (vector + BM25), HyDE query expansion, hallucination detection. 74% accuracy across 38 evaluation queries. FastAPI + Pinecone + Streamlit.

    Python 1