Skip to content
View Adhi7783's full-sized avatar

Highlights

  • Pro

Block or report Adhi7783

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

Hey, I'm Adhitya

CS @ University of Washington Bothell · Building things at the intersection of AI, full-stack, and systems


🔭 What I'm working on

  • Built BridgeLearn — an offline Socratic tutoring system powered by Gemma 4 E4B via Ollama, submitted to the Kaggle Gemma 4 Good Hackathon
  • Running local LLMs on consumer hardware — deployed a 4-bit quantized Gemma 4 model with full GPU offloading on a GTX 1050 Ti using WSL2 + Ollama
  • Looking for Summer 2026 internships in software engineering / AI / ML

🌱 What I'm exploring

  • AI/ML systems & LLM deployment
  • Full-stack development (React, Flask, Firebase)
  • Systems programming (C++, low-level optimization)
  • DevOps & cloud (Docker, Linux, WSL2)

🛠️ Tech I work with

Languages CUDA Python C++ Java JavaScript SQL

Frameworks & Tools React Flask Streamlit Ollama Docker scikit-learn OpenCV


🚀 Featured Projects

Project What it does Stack
CUDA Matrix Multiplier 3 progressively optimized GPU kernels — naive → tiled → register-blocked — benchmarked vs cuBLAS CUDA, C++, Python
🤖 Local AI Ecosystem Deployed a quantized LLM locally with GPU offloading + Streamlit UI + Discord bot Python, Ollama, WSL2, Streamlit
🌉 BridgeLearn Offline Socratic tutor — Gemma 4 E4B via Ollama, adapts to student level in real time. Built for Kaggle Gemma 4 Good Hackathon Node.js, React, Ollama, SQLite
🧠 Talk2A Full-stack mental health web app built in 24hrs at UWB Hackathon React, Next.js, Firebase
📧 Spam Email Classifier ML classifier with 95% accuracy using TF-IDF + logistic regression Python, scikit-learn, pandas
👁️ Real-Time Face Detection Real-time face detection pipeline with OpenCV Haar cascades Python, OpenCV
📈 Crypto Portfolio Tracker CLI portfolio tracker with live CoinMarketCap data + SQLite storage Python, SQLite, pandas

📫 Let's connect

LinkedIn Email


⚡ Fun fact

I once taught Sanskrit to 15+ students and also placed 3rd at a robotics regional — somehow both of those skills ended up being useful in software engineering (patience and systematic debugging, respectively 😄)

Pinned Loading

  1. BridgeLearn BridgeLearn Public

    Offline Socratic tutoring system powered by Gemma 4 E4B via Ollama — no internet, no cloud, no cost. Built for Kaggle Gemma 4 Good Hackathon · Digital Equity Track.

    JavaScript

  2. CUDA_Matrix_Multiplication CUDA_Matrix_Multiplication Public

    Three progressively optimized CUDA implementations of matrix multiplication — naive, tiled shared memory, and register-blocked — each benchmarked against the CPU baseline and cuBLAS, with a full pe…

    Cuda

  3. Local-AI-Ecosystem Local-AI-Ecosystem Public

    A high-performance, local AI ecosystem leveraging WSL2 and Ollama. Features a Gemma 4 (4-bit quantized) deployment with 100% GPU offloading on legacy hardware (GTX 1050 Ti), a custom Streamlit UI f…

    PowerShell

  4. Spam-Email-Classifier Spam-Email-Classifier Public

    A lightweight machine learning spam email classifier built with Python, scikit-learn, and Natural Language Processing.

    Python

  5. Crypto-Portfolio-Tracker Crypto-Portfolio-Tracker Public

    Tkinter-based crypto portfolio tracker with SQLite persistence and CoinMarketCap pricing.

    Python