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

👋 Hi there, I'm Jaiveer Bassi

MS in Software Engineering from Grand Canyon University
BS in Computer Science from the University of Silicon Valley
Currently AI Response Evaluator at Handshake AI
Previously Software Developer at Kaiser Permanente Regional Laboratory
Passionate about Full-Stack Development, GenAI/ML Engineering, and Healthcare Technology


Research Publications

  • Brain Tumor Classification with Pretrained CNNs in PyTorch: Reproducible pipeline using ResNet-18 transfer learning to classify brain tumors into four categories from 7,000+ MRI images. DOI
  • Transferability of Adversarial Attacks Across ML Models: Evaluated FGSM, PGD, and Carlini-Wagner attacks across ResNet-18, VGG16, and MobileNetV2 on CIFAR-10, demonstrating 99%+ cross-architecture attack success rates. DOI

Technical Skills

Languages

Python TypeScript JavaScript C++ Java SQL HTML CSS

Frameworks & Technologies

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

AI/ML & GenAI

PyTorch OpenAI LangChain HuggingFace NumPy Pandas

Databases

PostgreSQL MongoDB Supabase


Experience

AI Response Evaluator — Handshake AI

Remote | Apr 2026 – Present

  • Evaluate LLM-generated code and technical responses across AI/ML and software engineering domains (C#/.NET, Python, ML systems), scoring on correctness, instruction following, and writing quality.

Software Developer — Kaiser Permanente Regional Laboratory

Berkeley, CA | Oct 2023 – Jun 2024

  • Built full-stack application using React, Express, and SQL for uploading and managing clinical lab instrument data across multiple departments.
  • Built secure data pipelines consolidating manual data entry across 50+ instrument data columns into an automated upload workflow.

Projects

  • Castline Studio Order System: Next.js 14 + TypeScript order management web app with real-time STL file analysis via WebAssembly, Vercel Blob storage, Etsy REST API integration, and automated email/shipping. Powers a $2K+/month e-commerce business.

  • Chess-RL Engine: AlphaZero-inspired chess engine combining a C++ bitboard backend with a PyTorch neural network trained via self-play reinforcement learning. Real-time PyGame GUI with move probability visualization.

  • MedStract.net: Biomedical research tool with Flask REST API querying PubMed's 36M+ articles. Custom NLP pipeline rewrites summaries for 4 audience levels with PDF export and citation generation.

  • AI Model Packager: Python library and CLI to package ML models into Docker images for fast inference deployment.

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

  • RSA-ASM64: Pure x86-64 NASM assembly implementation of RSA key generation, encryption, and decryption.


Certifications

  • HackerRank Software Engineer Certificate (2026)
  • 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)
  • 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, GenAI/ML, Healthcare Tech, and Full-Stack 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 1

  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