Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimmymugendi/tech-gadget-support-chatbot
https://github.com/jimmymugendi/tech-gadget-support-chatbot
dictionaries functions-python whileloops
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimmymugendi/tech-gadget-support-chatbot
- Owner: Jimmymugendi
- Created: 2024-07-25T14:21:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T14:30:08.000Z (4 months ago)
- Last Synced: 2024-07-25T16:38:50.069Z (4 months ago)
- Topics: dictionaries, functions-python, whileloops
- Language: Jupyter Notebook
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create A Tech Gadget Customer Support Chatbot
Imagine you own an online store that sells various tech gadgets. You often receive common questions regarding product specifications, return policies, shipping methods, and technical troubleshooting. To streamline customer support and provide immediate assistance, you decide to implement a simple chatbot.In this exercise you will use Amazon SageMaker to create a chatbot that can respond to customer inquiries about:
1.`Product Information` (e.g., "Tell me about product X", "Do you have smartwatches?")
2.`Shipping Details` (e.g., "How long does shipping take?", "What shipping methods are available?")
3.`Return Policy` (e.g., "What is your return policy?", "How do I return a product?")
4.`Technical Support` (e.g., "My gadget won’t turn on", "How do I reset my device?")What Your Chatbot Can Do
The chatbot should be able to:*Greet the user.
*Understand and respond to specific questions about products, shipping, returns, and support.
*Provide a default response for unrecognized queries.
*Politely end the conversation.