Let's connect!Check out my projects!
Case Study

CePTFlow Intelligence Suite

CePTFlow was engineered to transform how retailers interact with their inventory data. Most management tools are passive—they show you what happened in the past. CePTFlow is active—it uses a Neural Trajectory Engine to predict the future and an Agentic AI Strategist to help you plan for it. The goal was simple: Eliminate waste and maximize volume by turning every sales record into a strategic advantage.

View Live Site
CePTFlow Intelligence Suite screenshot 1
CePTFlow Intelligence Suite screenshot 2

Core Features

Neural Trajectory Engine

Real-time demand forecasting using Holt-Winters Triple Exponential Smoothing to account for trends and seasonality.

Intelligence Vault (RAG)

A dedicated knowledge base that grounds the AI in actual sales documents, preventing hallucinations and ensuring factual accuracy.

Strategy Assistant

A conversational AI agent that analyses the "Vault" to provide instant answers on stock levels, peak periods, and inventory adjustments.

Multi-Modal Ingestion

Support for enterprise-grade CSV uploads, manual sales entry, and vision-based receipt scanning for "on-the-floor" data entry.

Cinematic UX

A premium "Charcoal & Gold" interface designed for high-end store environments, featuring smooth scroll-linked metrics and interactive Plotly visualizations.

Technical Deep Dive

01

Retrieval-Augmented Generation (RAG) Architecture

I architected a custom RAG pipeline that bridges the gap between structured SQL data and unstructured AI reasoning. When a query is initiated, the system performs a scoped retrieval of the most relevant sales history for that specific merchant. This context is then injected into the Google Gemini LLM, allowing the AI to cite specific dates and figures rather than providing generic business advice.

02

Mathematical Forecasting & Time-Series Analysis

Implemented Holt-Winters Triple Exponential Smoothing to handle three distinct components of business data: Level (baseline volume), Trend (growth/decline), and Seasonality (recurring patterns). This results in a forecast that adapts to the real-world complexity of retail cycles.

03

System Resilience & Self-Healing API Layer

Developed a Self-Healing Model Wrapper that monitors API health in real-time. If the primary AI model (e.g., Gemini 2.0) returns a 404 or 429 error, the system automatically discovers and rotates to the next most stable model available in the user’s specific region, ensuring a 99.9% success rate.

Performance Benchmark

"Successfully resolved complex 429/404 API handshake issues through a custom self-healing model discovery algorithm, ensuring 99.9% uptime for the AI reasoning layer regardless of regional SDK versioning."