Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryantren/ai-customer-support
an AI-powered customer support chatbot using Next.js and the OpenAI API.
https://github.com/ryantren/ai-customer-support
mui nextjs openai pinecone postman rag react streaming vercel
Last synced: about 1 month ago
JSON representation
an AI-powered customer support chatbot using Next.js and the OpenAI API.
- Host: GitHub
- URL: https://github.com/ryantren/ai-customer-support
- Owner: RyanTren
- License: mit
- Created: 2024-08-05T13:38:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-21T23:48:42.000Z (about 2 months ago)
- Last Synced: 2024-10-12T11:20:11.483Z (about 1 month ago)
- Topics: mui, nextjs, openai, pinecone, postman, rag, react, streaming, vercel
- Language: JavaScript
- Homepage: https://hanguai-ryan-trans-projects-38a226e5.vercel.app/
- Size: 268 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Customer Support
[Hangu.ai](https://hanguai-ryan-trans-projects-38a226e5.vercel.app/) an AI-powered customer support chatbot using Next.js and the OpenAI API.## Video Demo
[Youtube Link](https://www.youtube.com/watch?v=7TAE13uT7aE&feature=youtu.be)## Future Plans
* Sprint 3
- [ ] Deploy your web-app to AWS EC2 Servers
- [ ] Respond to the user with LLMs through the AWS Bedrock API
- [ ] Implement RAG so the chatbot responds based on a given knowledge base
- [ ] Create an LLM orchestration pattern with a router and task specific models* Sprint 4
- [ ] Bonus: Add multi-language support to cater to a diverse customer base
- [ ] Bonus: Add user authentication to personalize the chat experience
- [ ] Bonus: Implement a feedback mechanism for users to rate the chatbot's responses