Skip to content
View si88har1h's full-sized avatar
🏠
Working from home
🏠
Working from home
  • StreetStyleStore
  • India

Block or report si88har1h

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


👋 hey, I'm Siddharth

Software engineer on the Marketing Technology team at Street Style Store — one of India's fast-fashion e-commerce brands. I build the internal tools that power the marketing side of the store: ads automation, feed pipelines, AI-assisted ops, and the dashboards that tie them together.


🛠 What I work with

Frontend

Nuxt Vue Tailwind TypeScript Zod

Internal dashboards + ops tooling, mobile-friendly.

Backend & infra

Node Python FastAPI Express MySQL ClickHouse Redis Docker GH Actions

REST APIs, Redis caching, Docker + GitHub Actions → GHCR → SSH deploys. Exploring message queues (RabbitMQ / Kafka) + Docker Swarm for resilience.

AI & automation

  • Custom MCP servers — Google Merchant Center, Google Ads, Snapchat Ads
  • Instagram webhook automation — brand replies, influencer OAuth flows
  • Self-hosted LLM for customer support + DM/comment auto-reply
  • Heavy use of Claude Code in dev workflows (feed/catalog pipelines, ops tooling)

Marketing tech

Google Ads Merchant Center Snapchat Ads Meta


📦 Featured projects

  • 🔍 visual-search — Take a photo, find matching products. FastAPI + CLIP + FAISS + Typesense, sub-millisecond search at e-commerce scale.
  • 🧠 recommendation-engine — Custom ALS-based recommender on raw ClickHouse clickstream. Personalised feed, similar items, viewed-together.
  • 🏷 product-tagger — Extract structured product attributes from images using Ollama / CLIP / OpenAI / Anthropic. One API, four providers, constrained outputs.
  • 🦀 pinterest-scraper-rs — Async Rust port of my older Python Pinterest scraper.
  • 🖨 global-printers — Next.js + Tailwind site for my dad's offset printing business in Bhilwara, optimized for local SEO. Live →

🧠 Currently exploring

  • 🦀 Rust — ownership, borrowing, systems-level thinking
  • 🤖 Self-hosted LLMs — fine-tuning + RAG on domain data
  • 🪄 Agentic dev workflows with Claude Code + MCP

Built things, broke things, fixed things — and kept notes.

Pinned Loading

  1. pinterest-scraper-rs pinterest-scraper-rs Public

    A fast, async Pinterest scraper written in Rust — port of my older Python scraper.

    Rust

  2. visual-search visual-search Public

    Visual product search microservice — FastAPI + CLIP + FAISS + Typesense. Take a photo, find matching products in <1ms.

    Python

  3. product-tagger product-tagger Public

    Extract product attributes from images using configurable vision providers — Ollama, CLIP, OpenAI, Anthropic. FastAPI service with Redis caching.

    Python

  4. recommendation-engine recommendation-engine Public

    Custom ML recommendation engine — ALS matrix factorization on ClickHouse clickstream. Personalized feed, similar items, viewed-together.

    Python