Skip to content

benmvp/shopping-ai

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published