https://github.com/karimosman89/customer-support-chatbot
Create a chatbot to handle customer inquiries.Create an intelligent chatbot that can handle customer queries using NLP techniques.Use frameworks like Rasa or Dialogflow with a machine learning backend.Enhance customer service efficiency by automating responses to common inquiries.
https://github.com/karimosman89/customer-support-chatbot
dialogflow flask python rasa
Last synced: 2 months ago
JSON representation
Create a chatbot to handle customer inquiries.Create an intelligent chatbot that can handle customer queries using NLP techniques.Use frameworks like Rasa or Dialogflow with a machine learning backend.Enhance customer service efficiency by automating responses to common inquiries.
- Host: GitHub
- URL: https://github.com/karimosman89/customer-support-chatbot
- Owner: karimosman89
- License: mit
- Created: 2024-10-31T11:27:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T09:18:22.000Z (over 1 year ago)
- Last Synced: 2025-02-24T00:45:01.989Z (over 1 year ago)
- Topics: dialogflow, flask, python, rasa
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automated Customer Support Chatbot
This project creates a chatbot to handle customer inquiries.
## Overview
The chatbot uses NLP to understand and respond to customer questions.
## Data Source
- Custom dataset of customer inquiries and responses.
## Setup
Install dependencies:
pip install -r requirements.txt
## Usage
- Run the chatbot:
python src/chatbot.py