utkarshhe/himupdated aug 27, 2026

a small pile of things i've shipped. mostly AI, mostly built end-to-end, mostly with people i like working with.

01AI Jewellery Design Workspace

twain.ai

AI jewellery design workspace compressing months of design iteration into hours. Gemini 2.5 Flash for text-to-image and image-to-image redesign, multimodal FastAPI inference pipeline with conditional prompt construction, and a custom canvas UI with real-time style, stone, and metal parameter control feeding dynamic prompt templates.

  • Next.js 14
  • FastAPI
  • Gemini 2.5 Flash
  • Multimodal AI
twain-ai.vercel.app/
02AI Prompt Analysis Platform

Prompt Studio

Prompt analysis platform with a 7-dimensional scoring engine (clarity, specificity, token efficiency, mode alignment, and more), fully deterministic, no LLM dependency, sub-10ms responses. pgvector IVFFlat cosine index on 1536-dim embeddings for semantic search; full stack containerised via Docker Compose with Alembic auto-migrations.

  • FastAPI
  • Next.js 14
  • PostgreSQL
  • pgvector
  • Docker

Source on GitHub

Open source. Jump to the repo for code, README, and setup.

View Repository
03NLP Abstractive Summarization

Text Summarizer

Fine-tuned Google PEGASUS on the SAMSum dialogue corpus for abstractive summarization; evaluated with ROUGE-1/2/L via 8-beam decoding. Modular config-driven pipeline (ingestion → tokenization → training → eval) using the PyTorch Trainer API with gradient accumulation.

  • PyTorch
  • HuggingFace
  • PEGASUS
  • Python

Live preview coming soon

Lives locally for now. Reach out for a walkthrough.

04AI Ed-Tech Chatbot

EasyEd Counselling Bot

Client-side student counselling chatbot serving 1K+ test users across 3 personas. Intent-based NLP routing, adaptive conversational flows, and feedback-driven refinement that lifted response relevance 20-25% and cut counselor intervention by 30%.

  • Python
  • LangChain
  • OpenAI
  • Streamlit
chatbot-langchain-easyed.streamlit.app/
05AI Travel Website

Nexsafar.ai

Custom AI travel companion for enthusiasts. Itinerary generation, Dialogflow-driven chatbot support, and a frontend built with modern JavaScript frameworks. Submitted at Smart India Hackathon.

  • React
  • Dialogflow
  • Node.js

Source on GitHub

Open source. Jump to the repo for code, README, and setup.

View Repository