Jaipur--°C

Projects

My projects and work across different technologies and domains.

All Projects(9 projects)

Artimus: AI-Powered Exam Platform

Event-driven microservices platform for banking exam preparation: an API gateway and five Fastify services over schema-per-service PostgreSQL, Kafka with a transactional outbox for exactly-once event delivery, Redis for rate limiting and leaderboards, and job-based question generation with Google Gemini.

Technologies

All Systems Operational
Arbitrary Style Transfer

Browser-based arbitrary style transfer running entirely client-side in TensorFlow.js — no images ever leave the device. Four convertible models (56MB total) are exposed as a speed-versus-quality choice and loaded lazily, with two-style blending performed in style space rather than on pixels.

Technologies

All Systems Operational

Production-grade event photo-sharing platform for photographers and guests. Attendees scan a QR code and take a selfie; facial recognition (SCRFD + ArcFace 512-d embeddings, FAISS indexing) instantly surfaces only their photos. Built with Node.js/Express, Flask ML microservices, React, and MongoDB.

Technologies

All Systems Operational

Conversational AI restaurant reservation agent built with FastAPI, React, and local/cloud LLMs (Qwen 2.5 7B via Ollama, Google Gemini). Features MCP-inspired intent-based tool calling across 10 tools for table search, real-time availability checks, and booking management with anti-hallucination safeguards.

Technologies

All Systems Operational

Real-time ride-hailing platform engineered around dynamic negotiated pricing where riders and drivers negotiate fares live. Monorepo architecture managed via Turborepo, featuring a Fastify backend, WebSocket real-time gateway, double-entry ledger accounting, PostgreSQL/PGlite, and React 18 web apps.

Technologies

Building

C++ study of sub-cubic matrix multiplication, implementing AlphaTensor's 4x5x5 decomposition (76 scalar multiplications instead of 80) and Strassen-Winograd's 7-multiplication 2x2 block scheme against a naive baseline, with a verification harness that checks the fast paths bit-for-bit.

Technologies

All Systems Operational

Virtual 3x3 cube with three interchangeable state representations (3D array, flat array, bitboard) and four search strategies templated over them. Korf's IDA* is driven by a corner pattern database packed to 4 bits per entry, solving 13-move scrambles in under 10 seconds.

Technologies

All Systems Operational

Minimal PyTorch implementation of Gatys optimisation-based style transfer: VGG-19 features tapped at conv1_1 through conv5_1, Gram-matrix style loss, and Adam run directly on the image tensor with the network frozen.

Technologies

All Systems Operational

Siamese network with a shared 3-layer bidirectional LSTM encoder that embeds code into a 32-dimensional space where functional equivalence becomes geometric distance, trained on BigCloneBench with semantics-preserving augmentation.

Technologies

All Systems Operational

built by shiv ratan
© 2026. All rights reserved.