Skip to content
View Arush777's full-sized avatar

Highlights

  • Pro

Block or report Arush777

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

Arush Sharma banner

Building AI systems that move from notebook experiments to usable products.

GitHub LinkedIn Focus


Current Signal

role        : ML/AI builder, researcher, and systems tinkerer
focus       : agentic AI, LLM evaluation, model alignment, applied ML products
currently   : building testable LLM workflows, AI assistants, and research-grade ML pipelines
style       : ship useful systems, document the reasoning, keep experiments reproducible

I like projects where the model is only one part of the system: retrieval, data quality, evaluation, user workflow, infrastructure, and failure handling all matter. My work moves across agentic systems, language-model fine-tuning, physics-informed deep learning, reinforcement learning, and product-oriented AI.


Portfolio Map

Track What I Build Strongest Evidence
Agentic AI structured LLM workflows, ReAct-style agents, evaluator loops, MCP demos mellea-IBM
Applied AI Products end-to-end AI apps with backend, frontend, storage, and deployment ReVival, AtomMail
Research ML PyTorch experiments, scientific ML, model evaluation, public artifacts Deeplense_GSoC
LLM Training QLoRA, LoRA, DPO, summarization, preference optimization DPO Alignment, Mistral Summarization
Foundations language modeling, RL agents, implementation-first learning CS336 Study Repo, DQN Space Invaders

Featured Builds

ReVival - AI-Powered Circular Commerce

Repository | Live Demo

ReVival is an end-to-end circular-commerce system for routing returned and seller-listed products back into the market instead of landfill. The system uses a 7-agent pipeline for product grading, resale routing, pricing, buyer matching, trust passport generation, sustainability credits, and listing-error prevention.

What I owned

  • Supply-side AI and AWS backend.
  • FastAPI pipeline for product returns and community listings.
  • AWS Bedrock vision-based condition grading.
  • Photo/video defect detection, confidence buckets, mismatch detection, and grading guardrails.
  • DynamoDB and S3 data layer with boto3.
  • Titan multimodal embedding cache to reduce repeated AI calls on visually similar products.

Stack: FastAPI, Python, AWS Bedrock, DynamoDB, S3, boto3, Next.js, TypeScript


DeepLense - Physics-Informed Gravitational Lens ML

Repository

DeepLense contains my ML4Sci/GSoC evaluation work across gravitational-lens classification, observational lens finding, and physics-guided modeling. The focus is not just training a classifier, but building robust baselines, testing physics-aware structure, and releasing reusable model artifacts.

Highlights

  • PyTorch pipelines for gravitational lens classification and finding.
  • ROC-AUC based evaluation.
  • Physics-guided modeling experiments.
  • Public Hugging Face model artifacts.
  • Research-style notebooks with reproducible setup notes.

Stack: Python, PyTorch, scientific ML, computer vision, ROC-AUC evaluation, Hugging Face


Mellea IBM Workspace - Testable Generative Programs

Repository

This workspace explores IBM Research's Mellea generative-programming ideas for structured, testable LLM workflows. I use it to prototype agent loops, MCP demos, evaluator patterns, and more controlled LLM application design.

Focus areas

  • Structured LLM calls instead of one-off prompts.
  • ReAct-style workflows and tool-use loops.
  • MCP-oriented agent demos.
  • Evaluation loops for checking LLM behavior.
  • Small, inspectable examples that can grow into production workflows.

Stack: Python, Mellea, LLM agents, MCP, evaluators, generative programming


AtomMail - AI Email Assistant

Repository

AtomMail is a Hackfest 2nd-prize AI email assistant built around retrieval, OCR, user-history memory, and LLM response generation. It helps users search email context, understand attachments/screenshots, and draft personalized replies.

What it combines

  • Retrieval-augmented generation over email context.
  • OCR for images and attachments.
  • User-history retrieval for personalized responses.
  • LLM-based reply drafting.
  • Product-oriented workflow for inbox assistance.

Stack: JavaScript, RAG, OCR, LLM APIs, retrieval, email automation


DPO / QLoRA Alignment Pipeline

Repository

A compact alignment pipeline for preference optimization under limited hardware constraints. The repo explores Direct Preference Optimization with LoRA/QLoRA so alignment experiments can be run without large training infrastructure.

Core ideas

  • Preference optimization with DPO.
  • Parameter-efficient fine-tuning with LoRA.
  • 4-bit quantized loading with QLoRA.
  • Modular training and evaluation utilities.
  • Hardware-aware experimentation.

Stack: PyTorch, Transformers, PEFT, TRL, bitsandbytes, LoRA, QLoRA, DPO


Learning Labs

These repositories are implementation-first study projects. They are intentionally lower-level and help me sharpen fundamentals.

Repo What It Covers
Mistral Summarization QLoRA/LoRA fine-tuning for abstractive summarization
Language Modeling CS336 tokenizer, transformer, training-loop, and language-modeling fundamentals
DQN Space Invaders convolutional Deep Q-Network agent for Atari Space Invaders

Technical Toolbox

Skills

Area Tools and Concepts
ML / DL PyTorch, TensorFlow, scikit-learn, CNNs, transformers, evaluation metrics
LLMs RAG, LoRA, QLoRA, DPO, summarization, agent workflows, prompt/evaluator loops
Backend FastAPI, Python services, REST APIs, data pipelines
Cloud / Data AWS Bedrock, DynamoDB, S3, boto3, Hugging Face artifacts
Frontend Next.js, React, TypeScript, JavaScript
Research Workflow notebooks, reproducible experiments, metric reporting, artifact release

Open To

  • AI/ML internships and research engineering opportunities.
  • Applied LLM systems, agentic AI, and ML infrastructure work.
  • Collaborations around scientific ML, evaluation, RAG, and model fine-tuning.
  • Projects that need both experimental depth and product sense.

Footer

Pinned Loading

  1. HappySaxena/Arista_High_Prep_InterIIT_14.0 HappySaxena/Arista_High_Prep_InterIIT_14.0 Public

    This repository contains our solution for Intelligent RRM problem statement given by Arista Networks.

    Python 4

  2. Language_Modeling-stanford-cs336 Language_Modeling-stanford-cs336 Public

    Implementation-first Stanford CS336 study repo covering tokenization, transformer/language-modeling fundamentals, training loops, and evaluation notes.

    Python 1

  3. mellea-IBM mellea-IBM Public

    IBM/Mellea generative-programming workspace for structured, testable LLM workflows, ReAct-style agents, MCP demos, and evaluator loops.

    Python 1

  4. Deeplense_GSoC Deeplense_GSoC Public

    Physics-informed deep learning for gravitational-lens classification/finding; PyTorch notebooks, ROC-AUC results, and public Hugging Face weights.

    Jupyter Notebook 1

  5. ReVival ReVival Public

    Forked from NoviceCoderInfinity/ReVival

    AI-powered circular-commerce system with 7-agent AWS Bedrock pipeline for return grading, resale routing, buyer matching, trust passports, and landfill reduction.

    TypeScript 2

  6. my-hackfest-atom-mail my-hackfest-atom-mail Public

    Hackfest 2nd-prize AI email assistant using RAG, OCR, user-history retrieval, and LLM response generation.

    JavaScript