Skip to content

Instantly share code, notes, and snippets.

@paladique
Last active May 19, 2021 03:10
Show Gist options
  • Save paladique/543b7654d508f74c8cc119e263099a2a to your computer and use it in GitHub Desktop.
Save paladique/543b7654d508f74c8cc119e263099a2a to your computer and use it in GitHub Desktop.
Introduction to Chatbots

Introduction to Chatbots

Summary

  • Bots are apps that perform specific tasks
  • Chatbots are bots that respond to voice or text
  • The Microsoft Bot Framework allows you to build a bot from beginning to end
  • Natural Language Processing (NLP) is a Machine Learning process that allows humans and computers to understand each other
  • The LUIS platform helps you build your bots in a natural language that your users will understand

Resources

πŸ’»πŸ’ΎDemo Code

Sites πŸ”Ž

Docs πŸ“°

Learn Modules πŸŽ“

Cool Tutorials 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment