Git Product home page Git Product logo

cbot-rasa's Introduction

CBOT

A Chatbot made using the RASA Conversational AI to solve user queries related to C language.

It answers through 2 modes:

  • Trained NLU Data
  • Stackoverflow API

The Chatbot is designed so that it can answer the Basic queries related to C through it's trained NLU Data. It can answer queries related to:

  • Programming
  • Information of C Language
  • The Data Types used in C: Integer, Float, Char and Void
  • The Ranges of different Data Types
  • Variables and their declaration
  • Conditions in C
  • Loops in C: for, while, do while
  • Other Info related to Loops: break, continue
  • The Errors in C and their classification:
    • Runtime
    • Syntax
    • Linker
    • Logical
    • Semantic
  • Reserved Words in C
  • Identifiers
  • Switch Case
  • Operators
  • Types of Operators and their Information:
    • Arithmetic
    • Logical
    • Bitwise
    • Relational
    • Assignment
    • Conditional
    • Special
  • Features of C

Apart from this basic information, the Bot has the ability to search for necessary information out of it's scope. The Bot uses Stackoverflow API to search for the User Queries whenever it has to give the User more information on the subject or when, the Queries are out of scope of the training data. Thus, ensures the scope of Queries being answered to a higher extent.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.