Skip to content
View imjbassi's full-sized avatar
:shipit:
:shipit:

Block or report imjbassi

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
imjbassi/README.md

👋 Hi there, I'm Jaiveer Bassi

Master's Student in Software Engineering at Grand Canyon University (Expected Oct 2025)
Computer Science Graduate from the University of Silicon Valley
Previously a Software Developer at Kaiser Permanente Regional Laboratory
Conducting research in Healthcare AI, Edge AI Deployment, Adversarial AI, and Biomedical NLP
Passionate about Full-Stack Development, GenAI/ML Engineering, and Healthcare Technology


Current Research

  • Brain Tumor Classification: Developed reproducible pipeline using ResNet-18 transfer learning to classify brain tumors into four categories from 7,000+ MRI images. DOI: 10.13140/RG.2.2.21638.28484
  • Edge AI Deployment: Built an end-to-end pipeline for packaging and deploying AI models on edge devices using quantization, pruning, and lightweight containerization. DOI: 10.13140/RG.2.2.23010.59844
  • Local LLM Deployment: Researched balancing speed, accuracy, and efficiency for locally deployed transformer-based code assistants. DOI: 10.13140/RG.2.2.30622.86081
  • Adversarial AI: Evaluated the transferability of adversarial attacks (FGSM, PGD, CW) across CNN architectures like ResNet, VGG, and MobileNet. DOI: 10.13140/RG.2.2.16410.76489

Technical Skills

Languages

Python TypeScript JavaScript C++ Java SQL .NET HTML CSS

Frameworks & Technologies

React Next.js Node.js Express Flask Tailwind CSS Docker AWS Google Cloud Git

AI/ML & GenAI

PyTorch OpenAI LangChain Transformers NumPy Pandas OpenCV

Databases

PostgreSQL MongoDB Supabase

Healthcare Tech

DICOM · HL7/FHIR · Medical Image Classification · BioBERT · PubMed API

Networking / Protocols

VXLAN · OSPF · Spine–Leaf Topologies · Routing Simulation


Experience

Software Developer — Kaiser Permanente Regional Laboratory

Berkeley, CA | Oct 2023 – Jun 2024

  • Built full-stack application for uploading and managing lab instrument data using React, Express, and SQL.
  • Designed and implemented secure REST APIs and relational database schemas to streamline lab workflows.

Projects

  • MedStract.net: Biomedical literature analysis platform that searches PubMed and generates AI-powered summaries using BioBERT, with adaptive reading levels for researchers, students, and general audiences.

  • CareerTuner.org: AI-powered resume analyzer with GPT-based feedback, ATS scoring, skills matching, Supabase backend, Tailwind UI, and PDF export.

  • AI Model Packager: Python library and CLI to package ML models into Docker images for fast inference deployment. Capstone Project for MS in Software Engineering at GCU.

  • VXLAN-OSPF Network Simulator: Lightweight Python simulator for OSPF routing over spine-leaf fabrics with VXLAN overlays. No root privileges required.

  • AlphaZero-Style Chess Engine: Hybrid C++/Python chess engine using self-play reinforcement learning.

  • SaaS Project Tracker: React, MongoDB, and Node.js project management tool with OAuth authentication.


Certifications

  • Stanford Fundamentals of AI and Machine Learning in Healthcare (Jun 2025)
  • IBM Artificial Intelligence (Aug 2025)
  • Cisco Network Support and Security (Sep 2025)
  • Google Project Management (Sep 2024)
  • AHA HeartCode BLS (2025)
  • Google IT Support (May 2021)

Education

  • MS, Computer Software Engineering — Grand Canyon University (May 2024 – Oct 2025)
  • BS, Computer Science — University of Silicon Valley (May 2021 – Aug 2023)

Let's Connect!


Open to full-time Software Engineering, Healthcare Tech, GenAI/ML, and Data Engineering roles.

Pinned Loading

  1. Brain-Tumor-MRI-Classification Brain-Tumor-MRI-Classification Public

    This project implements a brain tumor image classifier using a pretrained ResNet-18 model in PyTorch. It uses a public 2D brain MRI dataset that has four classes: glioma, meningioma, pituitary, and…

    Python

  2. chess-reinforcement-learning chess-reinforcement-learning Public

    An AlphaZero-inspired chess engine combining a high-performance C++ backend and PyTorch-based neural network. It trains via self-play and improves without human data. Features include a real-time P…

    Python 2

  3. USV-RWPS485-MetaHuman USV-RWPS485-MetaHuman Public

    Contributions to the University of Silicon Valley's RWPS485 Capstone Project 2 metahuman project.

    1 1

  4. Transferability-of-Adversarial-Attacks Transferability-of-Adversarial-Attacks Public

    Evaluating Transferability of Adversarial Attacks Across Machine Learning Models

    Python 1

  5. adversarial-visualizer adversarial-visualizer Public

    A comprehensive GUI application for visualizing and understanding adversarial attacks on deep neural networks.

    Python 1

  6. ResNet ResNet Public

    Python 1