Skip to content
View Akhan521's full-sized avatar
💭
Incoming AI/ML SWE Intern @ Tatari · Seeking Fall 2026 AI/ML Internships
💭
Incoming AI/ML SWE Intern @ Tatari · Seeking Fall 2026 AI/ML Internships

Highlights

  • Pro

Block or report Akhan521

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

I like AI grounded in fundamentals. Built a transformer from scratch before touching agent frameworks, and lately I care more about the applied side: ML that ships inside something real, adapted for the job, and built to feel like part of the experience.

Incoming AI/ML Software Engineering Intern at Tatari (Summer 2026). Joining the Media Intelligence team to build AI/ML systems for automated media planning, audience targeting, and predictive measurement across linear and streaming TV.

AI Trainer, ML Specialist at Handshake AI (Frontier-Lab AI Fellowship) | AI Product Tester at DeepLearning.AI - dogfooding pre-release AI products and course content.

Still seeking AI/ML and software engineering internships and new grad roles for Fall 2026 and beyond. Feel free to reach out!


Portfolio LinkedIn Coursera Resume Email


Python · PyTorch · LLM Fine-Tuning · Hugging Face · RAG (ChromaDB) · LangChain / LangGraph · FastAPI · MCP


Featured Projects

Project Tech Description Demo
Snaption PyTorch, EfficientNet, Transformers Image captioning model: EfficientNet encoder into a transformer decoder with cross-attention, trained on Flickr8k. Pip-installable, runs in about a second per image on CPU. Demo
Pixelate PyQt6, Firebase, OpenAI Pixel-art editor with accessibility built in. Real-time colorblindness filters and Pixi, an AI assistant for drawing ideas and feedback. Demo
Text2SQL LLaMA Analyst LLaMA-2, LoRA, 4-bit Quantization Fine-tuned LLaMA-2-7B with LoRA and 4-bit quantization to turn plain English into SQL queries you can actually run. Colab Demo
GPT From Scratch PyTorch, Transformers GPT built by hand. Self-attention, autoregressive decoding, no framework shortcuts. Try it!
bat-code (in progress) Deep Agents, LangGraph Batman-themed coding TUI built on the Deep Agents library. Turning a capable agent into a coding tool you actually want to keep open. (in progress)

Beyond Code

I teach as an Islamic Studies Instructor at Institute of Knowledge. Teaching has directly improved how I work as an engineer: you can't really explain a concept to a student until you understand it yourself, and the same goes for code. When I'm not coding or teaching, I'm probably grabbing boba with friends, skating around campus, building a LEGO set, getting lost in a good book, or gaming cozily (Pokopia is my jam!).


Pinned Loading

  1. Snaption Snaption Public

    📸 My first deep dive into multi-modal ML! Built an end-to-end image captioning system from scratch using PyTorch, combining computer vision (EfficientNet) and NLP (Transformers). Trained on 8K imag…

    Python

  2. GPT-From-Scratch GPT-From-Scratch Public

    🧸 A fully custom GPT-style language model built from scratch using PyTorch and trained on Winnie-the-Pooh! Explored the core mechanics of self-attention, autoregressive text generation, and modular…

    Python

  3. Text2SQL-LLaMA-Analyst Text2SQL-LLaMA-Analyst Public

    🦙 A fine-tuned LLaMA-2 model that translates natural language questions into SQL queries. It uses LoRA and 4-bit quantization to enable efficient training on limited hardware. Explore how large lan…

    Jupyter Notebook

  4. bat-code bat-code Public

    A Batman-themed AI coding TUI powered by deepagents

    Python 1

  5. Pixelate Pixelate Public

    🎨 Pixelate is an inclusive pixel-art editor built for everyone, especially artists with color vision deficiencies. With built-in colorblind-friendly filters, an AI assistant, and a public gallery, …

    Python 1

  6. Reddit-Crawler Reddit-Crawler Public

    🕷️ Crawl and dive into Reddit! A web crawler that fetches posts & comments based on your interests, with optional search tools so you can explore what the internet has to say. Built with multithrea…

    Python