Coursework

AI products I build while learning.

A collection of wrappers, tools, and experiments — each one exploring a different part of the AI stack. Built in public, shipped fast.

01

VisAssistance

Apr 2026 — Present

An AI-powered visa assistant for international students navigating F1, OPT, CPT, and H1B questions. Features real-time model switching between Llama 3.3 70B, GPT-4o mini, and Gemini 1.5 Flash — so you can compare answers across providers instantly.

Built a unified LLM client in FastAPI that abstracts Groq, OpenAI, and Google APIs behind a single interface. Persistent chat history, markdown rendering, and a clean sidebar — all deployed on Render and Vercel.

FastAPI Next.js Groq OpenAI Gemini Llama 3.3 70B Render Vercel
VisAssistance landing page
Landing — model switcher + suggested prompts
VisAssistance chat view
Active chat — markdown rendering, chat history

02

Kaze

Apr 2026

An open-source AI companion for any website. Drop a single HTML script tag and an animated character (Samurai, Fighter, or Shinobi) appears, walking across the screen and ready to chat.

Built with pure vanilla JavaScript and zero dependencies. It supports multiple AI providers including Groq (Llama 3.3 70B), OpenAI, Anthropic, and Gemini. Fully configurable via data attributes with a strict focus on local privacy (API keys stay in the browser).

Vanilla JS Groq Llama 3.3 70B Open Source
Kaze landing page
Embed instructions, zero dependency setup
Kaze embed code instructions
A lightweight companion powered by heavy-hitting AI
More projects shipping soon