Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

AI Shopping Cart Generator

Link : https://www.damazoom.com/

4

Natural language → Complete shopping cart

AI-powered web service that generates a complete shopping cart based on user's situation and budget.

Built and deployed as a full-stack production web service.


Overview

Users describe their situation in natural language.

Example:

"I am moving into a new studio apartment with a $500 budget"

The system:

  1. Generates required item list using LLM
  2. Matches real products using commerce APIs
  3. Recommends optimal products
  4. Calculates total cost automatically

Live Flow

User input → AI item generation → Product matching → Cart completion


Key Features

Natural Language Understanding

  • Users describe goals and budget freely
  • AI converts input into structured item list

Real Product Matching

  • Coupang Partners API integration
  • Naver Smartstore API integration
  • Real products with price, rating, image

Cart Optimization

  • AI selects best product options
  • Budget calculated automatically
  • Users can modify selections

Production Deployment

  • Fully deployed web service
  • Real user usage possible

Tech Stack

AI / Backend

Python
Flask
OpenAI API
MongoDB

Frontend

React

Infra

Docker
Nginx
Fly.io

Analytics

Google Analytics 4


Architecture

LLM → Item List → Product API → Data Processing → UI


Screenshots

(Add screenshots here)

Examples:

  • Input screen
  • AI generated item list
  • Product matching screen
  • Final cart screen

My Role

Solo project

Responsible for:

  • Product idea
  • UX design
  • AI logic implementation
  • Full-stack development
  • Deployment
  • Analytics integration

Why I built this

Planning purchases is mentally expensive.

This project explores how LLM can reduce decision friction and automate planning.


Status

Production MVP

Core code is private, But I can share Link -> https://www.damazoom.com/

1 3 5 8

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors