An open API service indexing awesome lists of open source software.

https://github.com/basuabhirup/ai-customer-support-chatbot

🌟 An AI-powered customer support chatbot using TypeScript, Next.js and the OpenAI API
https://github.com/basuabhirup/ai-customer-support-chatbot

chatbot nextjs14 openai-api shadcn-ui tailwind-css

Last synced: about 2 months ago
JSON representation

🌟 An AI-powered customer support chatbot using TypeScript, Next.js and the OpenAI API

Awesome Lists containing this project

README

          

# AI Customer Support Chatbot

## Installation

**1. Clone the repository to your local machine:**

```
git clone https://github.com/basuabhirup/ai-customer-support-chatbot.git
```

**2. Navigate into the project directory:**

```
cd ai-customer-support-chatbot
```

**3. Install dependencies:**

```
npm install
```

**4. Start the development server:**

```
npm run dev
```

**5. Go to [localhost:3000](http://localhost:3000) to view the app in the browser!**