Skip to content
View himanshu748's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

Block or report himanshu748

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
himanshu748/README.md

Himanshu AI Workbench

Himanshu Kumar

Full Stack AI Developer
FastAPI | Next.js | AI Agents | Voice Systems | Data Products

Email LinkedIn All Repositories

Building practical AI systems with reliable APIs, clean UX, and production-minded engineering.


How I Build

Area Engineering focus
Agent systems Tool-calling reliability, constrained outputs, failure-safe behavior
Product delivery FastAPI backend + modern React/Next.js frontend
Voice and realtime Low-latency STT -> model -> TTS loops
Data projects Clear storytelling with reproducible analysis pipelines
OSS workflow High-velocity iteration across active upstream forks

Best Projects (Live Snapshot: 2026-02-22)

Selection logic: recency of updates, technical depth, and direct end-user usefulness.

Rank Project Type Updated Why it stands out
1 omnidev Original 2026-02-15 Full-stack AI platform combining DevOps, scraping, vision, and storage workflows
2 feb_challenge Original 2026-02-21 End-to-end IPL analytics with large-scale dataset processing and interactive visualization
3 eklavyasubmission Original 2026-01-18 Education-focused AI explainer with structured exam-style output
4 langchain-rag-tutorial-2026 Original 2026-01-22 Modern RAG patterns using agents, local model support, and streaming
5 docs-agent OSS fork work 2026-02-22 Kubeflow documentation assistant architecture with RAG and K8s serving stack

Visual Project Gallery (Local Images)

All images below are stored in this repo under assets/cards/ (no external image hosting).

OmniDev project card IPL analysis project card

JEE NEET AI project card LangChain RAG project card

Kubeflow docs agent project card


Interactive Deep Dive

OmniDev: platform architecture

Core modules

  • DevOps agent for AWS command execution
  • Stealth scraping workflows via Playwright
  • Vision/OCR assistant workflows
  • S3-driven storage operations
  • Location intelligence API endpoints
flowchart LR
  UI["Next.js Frontend"] --> API["FastAPI API Layer"]
  API --> AGENT["Agent Orchestrator"]
  AGENT --> LLM["OpenAI Models"]
  AGENT --> AWS["AWS APIs"]
  AGENT --> PW["Playwright Worker"]
  AWS --> S3["S3 Storage"]
Loading
IPL evolution analysis: data pipeline

Dataset scale

  • 278,205 deliveries
  • 1,169 matches
  • 17 seasons (2008-2025)

Output

  • 10 interactive Plotly visualizations
  • Narrative findings around run-rate growth, bowling adaptation, and toss impact
flowchart LR
  RAW["Cricsheet Raw Files"] --> CLEAN["Python Data Processing"]
  CLEAN --> DATASETS["Structured CSV Datasets"]
  DATASETS --> NB["Analysis Notebook"]
  NB --> VIS["Interactive Plotly Visuals"]
  VIS --> STORY["Findings and Storytelling"]
Loading
AI Concept Explainer: product loop

Product direction

  • Topic input for JEE/NEET syllabus areas
  • Step-by-step explanations, worked examples, and MCQs
  • Math rendering and exam-oriented learning flow
sequenceDiagram
  participant S as Student
  participant UI as React Frontend
  participant API as Edge Function
  participant M as AI Model
  S->>UI: Enter topic
  UI->>API: Request explanation
  API->>M: Prompt with exam constraints
  M->>API: Structured explanation output
  API->>UI: Steps + example + MCQ
  UI->>S: Render formatted learning module
Loading

Open Source Fork Activity (Current)

Repository Updated Focus
docs-agent 2026-02-22 Kubeflow documentation RAG assistant
sdk 2026-02-22 Python SDK for AI workloads on Kubernetes
trainer 2026-02-22 Distributed training and LLM fine-tuning workflows
pipelines 2026-02-22 Kubeflow pipelines ecosystem work
gemini-cli 2026-02-22 Terminal-native AI agent tooling
jenkins 2026-02-22 CI/CD platform fork maintenance

Stack

Python TypeScript FastAPI Next.js OpenAI LiveKit AWS Docker Playwright Kubernetes


GitHub Stats

GitHub Stats Top Languages

GitHub Streak


Contact

Popular repositories Loading

  1. Technical_Training_Project Technical_Training_Project Public

    Python application for various technical tasks, created as part of a technical training project

    Python

  2. himanshu748 himanshu748 Public

  3. ten-days-of-voice-agents-2025 ten-days-of-voice-agents-2025 Public

    Forked from murf-ai/ten-days-of-voice-agents-2025

    TypeScript 2

  4. langchain-rag-tutorial-2026 langchain-rag-tutorial-2026 Public

    Jupyter Notebook

  5. eklavyasubmission eklavyasubmission Public

    TypeScript

  6. hive hive Public

    Forked from aden-hive/hive

    Outcome driven agent development framework that evolves

    Python