Skip to content
View zshan-dev's full-sized avatar
  • McMaster University
  • Ontario

Block or report zshan-dev

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

Hi, I'm Zeeshan

πŸ”­ Some Stuff I've Built

Frontline (AI Medic)

We built a system that watches live video and listens to patients to figure out injuries instantly.

  • The Goal: Automate patient triage using multi-modal AI (Vision + Audio).
  • The Tech: React, Node.js, Gemini Vision API, Presage.

RAG AI Agent

I created a chatbot for Headstarter that uses Retrieval Augmented Generation (RAG) to give accurate responses rather than just hallucinating.

  • The Goal: Improve customer support accuracy by grounding AI answers in real documentation.
  • The Tech: Next.js, OpenAI, Pinecone (Vector DB).

High-Volume Data Parser

An efficient algorithm written in C to ingest large CSV datasets with over a million records.

  • The Goal: optimize data retrieval speeds by building a custom in-memory hash index.
  • The Tech: C, Pointers, Manual Memory Management.

What I'm Building on Now

Current Project: Real-Time Sentiment Pipeline I'm building a distributed system that tracks news sentiment in real-time.

  • The Goal: Move away from "Monoliths" and build a proper microservices architecture.
  • The Tech:
    • Ingestor: A Python script scraping headlines.
    • Queue: Pushing data into Redis (so I don't lose data if the server crashes).
    • Worker: A separate service picking up jobs and saving them to PostgreSQL.
    • Ops: Orchestrating it all with Docker Compose.

πŸ›  The Stack

πŸ‘¨β€πŸ’» Languages

πŸš€ Frameworks & Libraries

☁️ Tools & Platforms


Pinned Loading

  1. AgentsArena AgentsArena Public

    Forked from Abdullah73k/AgentsArena

    Winning Submission For Google Developer McMaster Mac-a-Thon 2026

    TypeScript

  2. Frontline Frontline Public

    Forked from seifotefa/deltahacks-12

    Winning submission for McMaster Deltahacks 12 2026!

    JavaScript

  3. data-pipeline data-pipeline Public

    Python

  4. Rag-HeadstarterSupport Rag-HeadstarterSupport Public

    JavaScript

  5. Cyber-Swing Cyber-Swing Public

    3D Unity Game

    C#

  6. DataParsing DataParsing Public

    C