Building production systems that actually ship.
I’m Aman — Full Stack AI Developer. From WhatsApp FMCG computer vision pipelines processing 50K+ images/month (ITC Limited) to real-time collaborative apps and Chrome extensions.
@app.post("/api/v1/analyze-packaging")
async def analyze_fmcg_packaging(file: UploadFile = File(...)):
image_bytes = await file.read()
results = yolo_model.predict(image_bytes, conf=0.85)
# Process FMCG product detection & reward validation for ITC Limited
detected_skus = [box.cls_name for box in results.boxes]
await db.rewards.record_submission(sku=detected_skus, status="VERIFIED")
return {"status": "SUCCESS", "detected": detected_skus, "latency_ms": 140}Real-time FMCG packaging detection & automated reward trigger for ITC Limited on AWS RDS.
Enterprise Systems & Shipped Products
Showing 4 of 4 projectsITC WhatsApp Automation Platform
Enterprise FMCG image analysis and automated reward distribution platform.
Engineered an automated WhatsApp-based image analysis and rewards platform for leading FMCG brand ITC Limited, processing over 50,000 images monthly with real-time product packaging detection.
Fortza Fraud Detection Platform
Real-time transaction anomaly scoring and automated risk classification engine.
Enterprise security and fraud detection pipeline designed to intercept fraudulent transactions and behavioral anomalies in real-time with sub-100ms classification latency.
RDP Access Control System (MFA)
Enterprise Remote Desktop multi-factor authentication with automated firewall rule management.
Secure access control system enforcing OTP verification via email before dynamically provisioning temporary Windows Firewall rules for Remote Desktop Protocol sessions.
LendingHands: P2P Management System
Complete borrower–lender management interface with real-time loan tracking.
Full-stack peer-to-peer lending management dashboard enabling lenders and borrowers to manage loan lifecycles, payment schedules, and automated due reminders.
Engineering Capabilities
Frontend & Browser Engineering
Modern, high-performance web applications and browser extensions.
Professional Experience
Full Stack AI Developer
Leading full-stack AI development and computer vision pipelines for enterprise clients including FMCG brand ITC Limited and Fortza.
Full Stack Developer
Delivered full-stack web applications and microservices while leading engineering practices across client projects.
Open for New Engineering Opportunities
Based in Noida, India — working globally. Whether you are looking for a Full Stack AI Developer, want to collaborate on computer vision / web products, or discuss an open role, feel free to reach out.