Skip to content
View AzaRKazar's full-sized avatar
  • STONY BROOK SCHOOL OF HEALTH PROFESSIONS
  • NEW YORK
  • 13:47 (UTC -04:00)

Block or report AzaRKazar

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.

Content in all repositories owned by your account will be closed.
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
AzaRKazar/README.md
Mohamed Azarudeen — Software Engineer & AI Systems Builder

Software Engineer & AI Systems Builder — local-first LLMs, agents, RAG, fine-tuning

Portfolio LinkedIn Email Profile views

I build AI systems end to end — the pipeline, the model integration, the API, and the interface it all lives in. The through-line in my work is local-first AI: agents, RAG with cited sources, and fine-tuned small models that run where the user lives, not in someone else's cloud.

MS COMPUTER SCIENCE @ STONY BROOK UNIVERSITY (AUG 2024 — MAY 2026) · RESEARCH & STUDENT ASSISTANT · NEW YORK


00 — THE PORTFOLIO

Scroll-through of the cinematic portfolio — click to visit the live site

SCROLL-DRIVEN FILM REELS · BUILT WITH VANILLA HTML/CSS/JS · CLICK TO ENTER — azarkazar.github.io/mohamed-azar-portfolio


01 — SELECTED SYSTEMS


Investor Intelligence Platform

Annual reports in, answers out — LLM KPI extraction with confidence-gated retries, plus hybrid keyword + vector RAG search over filings, on a live dashboard.


Support Ticket Triage — LLM Fine-tuning

QLoRA fine-tune of Qwen2.5 / Llama-3.2 classifying support tickets across ~27 intents — 4-bit quantization + LoRA adapters, trained and tracked on Azure ML.


Earnings-Call Evasiveness Detector

Fine-tuned small language model labeling executive answers Direct / Partial / Evasive on human-reviewed earnings-call transcript data.


Blog → Podcast Agent

Paste a URL, get a narrated episode — scraped, summarized by a local LLM, and voiced live, end to end, on a two-tier FastAPI + Next.js system.


Customer Support Voice Agent

Local RAG support assistant with cited answers, hallucination safeguards, automatic ticket creation on low confidence, and spoken replies.


GitHub MCP Agent

Explore and analyze any repository in natural language — an MCP GitHub server driven by fully local Ollama reasoning.


AI Breakup Recovery Companion

Privacy-first wellness app — four specialized local agents (Therapist, Closure, Routine Planner, Brutal Honesty), OCR chat-screenshot analysis, zero cloud calls.


Athlete Injury Risk Analyzer

Biomechanical symmetry metrics → injury-risk classes; Random Forest compared across SMOTE / SMOTEENN and class weighting, with hypothesis testing.


02 — STACK

Languages Python TypeScript JavaScript SQL Go Rust Java Bash C++

AI / ML PyTorch TensorFlow Hugging Face QLoRA LoRA Ollama RAG LangChain LangGraph LlamaIndex MCP OpenAI API Anthropic Claude Qdrant Pinecone FAISS scikit-learn NumPy Pandas MLflow Weights & Biases

Cloud & DevOps Azure AWS GCP Docker Kubernetes Terraform GitHub Actions Nginx

Backend & Data FastAPI Node.js Express GraphQL PostgreSQL SQLite MongoDB Redis Kafka Airflow

Frontend React Next.js Tailwind CSS Streamlit Vite


03 — STATS

Contribution activity graph

GitHub stats

GitHub streak

Top languages

GitHub trophies


04 — CONTRIBUTIONS, EATEN

Snake animation eating the contribution graph

LOCAL-FIRST AI · AGENTS · RAG · LLM FINE-TUNING · END-TO-END SYSTEMS — azarkazar.github.io/mohamed-azar-portfolio

Pinned Loading

  1. AI-Powered-Investor-Intelligence-Platform AI-Powered-Investor-Intelligence-Platform Public

    Python 1

  2. support-ticket-triage-llm-finetuning support-ticket-triage-llm-finetuning Public

    Python

  3. neetcode-submissions neetcode-submissions Public

    My NeetCode.io problem submissions

    Python

  4. blog_to_podcast_agent blog_to_podcast_agent Public

    This is a Streamlit-based application that allows users to convert any blog post into a podcast. The app uses OpenAI's llama:3.2model for summarization, Firecrawl for scraping blog content, and Ele…

    TypeScript

  5. customer_support_voice_agent customer_support_voice_agent Public

    Python