Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgeandrespadilla/ai-customer-support-app
[DEPRECATED] AI Customer Support App (Headstarter Fellowship - Week 3)
https://github.com/jorgeandrespadilla/ai-customer-support-app
javascript mui nextjs openai react
Last synced: about 1 month ago
JSON representation
[DEPRECATED] AI Customer Support App (Headstarter Fellowship - Week 3)
- Host: GitHub
- URL: https://github.com/jorgeandrespadilla/ai-customer-support-app
- Owner: jorgeandrespadilla
- Created: 2024-08-05T16:11:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T20:52:50.000Z (4 months ago)
- Last Synced: 2024-08-12T02:26:27.456Z (4 months ago)
- Topics: javascript, mui, nextjs, openai, react
- Language: JavaScript
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Customer Support
> This repository has been deprecated in favor of the new [AI Customer Support](https://github.com/jorgeandrespadilla/customer-support-app) repository and will no longer be maintained. The new repository is a complete rewrite of the application using React, TypeScript and Tailwind CSS.
This project is an AI-powered customer support application that provides a Support Assistant that can handle a wide range of queries and provide relevant information to users. The project uses Next.js as the frontend framework, Material UI for the UI components and OpenAI's GPT models to provide responsive and intelligent support to users.
## Getting Started
1. Clone the repository.
2. Install the dependencies by running `npm install`.
3. Create a copy of the `.env.local.example` file and rename it to `.env.local`. Fill in the environment variables with your Firebase project configuration.
4. Run the development server by running `npm run dev`.
5. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.