nileshaggarwal / shopping-ai

A conversational AI for shopping through a store's dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping AI

A proof-of-concept GPT-powered AI chatbot that helps you find the best clothing using conversation. It uses the Open AI API and a dataset of 25,000 clothing items from Shein.

Getting Started

After cloning the repository, install the dependencies with pnpm:

pnpm install

Add a .env.local file with your OpenAI API key:

OPENAI_API_KEY='sk-...'

Run the development server:

pnpm dev

Open http://localhost:3000/shein with your browser to see the result.

About

A conversational AI for shopping through a store's dataset


Languages

Language:TypeScript 95.9%Language:JavaScript 4.1%