Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Greeting NLP Dialogue with Rasa #23

Open
chidiewenike opened this issue Oct 29, 2020 · 0 comments
Open

Create Greeting NLP Dialogue with Rasa #23

chidiewenike opened this issue Oct 29, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers good-new-member-issue help wanted Extra attention is needed

Comments

@chidiewenike
Copy link
Collaborator

Objective

Create a greeting dialogue using Rasa 1.x to be used by the voice assistant.

Key Result

The dialogue should be able to understand any greeting by the user and respond accordingly. The deliverables are the nlu and stories Markdown files that will be used to train the model.

Details

Rasa is an open-source NLP framework that allows users to create dialogues using Markdown files as training data. You can get an idea of how Rasa functions using the Rasa Playground. For the Swanton voice assistant, we will be using Rasa 1.x. The setup is simple and training models is straight-forward as well. The brunt of Rasa is understanding what data you have and interpreting why the model is acting the way it is based on your data. This is a great introduction to machine learning, data science, and natural language processing.

@chidiewenike chidiewenike added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed good-new-member-issue labels Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers good-new-member-issue help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant