khdjn / cognitive-services-studybot-csharp

Study chat bot app for students that allows school subject queries and returns relevant results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

services platforms author
cognitive-services, qnamaker, luis, language-understanding, bing spell check
dotnet, C#
wiazur

Study Bot

These samples create a Study Bot chat client using QnA Maker (with Chitchat), LUIS and Bing Spell Check. Each query into the chat bot (v3 or v4) will be accompanied by relevant search results in an encyclopedia, Microsoft Academic, and News/Blogs sections as a study aid. Teachers are able to create their own question and answer FAQs to create a study guide as input for the chat bot if they want it to follow a preferred curriculum. However, demo FAQs are available for this sample, included in the Qna-Luis-Bot/FAQs folder. The focus of this app is to enable a more relevant experience of studying, where students can study a subject with a customized chat bot along with multiple web resources.

Features

  • QnA Maker with LUIS: There are 3 knowledge bases (created from FAQs in qnamaker.ai) that LUIS directs the user to after a query is received in the chat bot. LUIS has utterances created (in luis.ai) that will allow the right knowledge base to be used. For instance, if the user types in "virus", LUIS knows to go to the biology knowledge base to retrieve a definition (answer) to the user's input. The QnA Maker feature Chitchat has been added to the bot v4 as a 4th knowledge base.

  • Bing Spell Check: This enables the user to make spelling mistakes for pre-defined words. For instance, from the sociology knowledge base, "Apartheid" can be recognized if the user inputs "apartide", "aparteid", "apartaid", etc.

  • The web resources will take a student query, like "virus", and return relevant information about it in an encyclopedia, Microsoft Academic, as well as a general Bing search that returns mostly news and blogs on the query.

Prerequisites

  1. Start with the Qna-Luis-Bot (either v3 or v4) sample. Once that is up and running, then build the Study Bot sample. The Study Bot depends on the bot you build in Qna-Luis-Bot. Follow the README files in each sample.

  2. Visual Studio 2017+

  3. Qna-Luis-Bot is a C# .NET Standard app

  4. Study Bot is a C# UWP app

Resources

About

Study chat bot app for students that allows school subject queries and returns relevant results

License:MIT License


Languages

Language:C# 58.5%Language:HTML 24.7%Language:Batchfile 16.7%Language:ASP 0.1%