Giter Club home page Giter Club logo

counselor_bot's Introduction

This project is aimed at understanding the working of git and github as well as understanding concepts like NLP, ML, AI, DM among others.

The aim is to create an AI chatbot which will act as a counselor.

IMPLEMENTATION

The bot has 2 modes(Training and Actual mode)

The project has two levels of logic.

On level 1, Based on actual transcripts, a database of mapping of set of keywords(after preprocessing) to actual sentences is created. Each sentence has a weight associated with it.

On level 2, Answers given by Howie Chatterbot(http://howie.sourceforge.net/).

Using preprocess.py, the database of mapping of sets of keywords to actual replies by counsellor is created.

When user enters any statement, the statement is preprocessed and the set of keywords thus obtained is searched in the database. If found, the bot replies the mapped sentence as response. Otherwise, it goes to howie for response. The response given by howie is given as reply.

In training mode, after each reply the user is supposed to give a rating (0-10), based on which the weight of response is changed.

In actual mode, no rating needs to be given.

Currently, A deliberate lag is shown to indicate that the answer is given by howie.

counselor_bot's People

Contributors

viv1 avatar

Watchers

 avatar

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.