Git Product home page Git Product logo

chatbot's Introduction

Chatbot

University Course Recommender System - Chatbot

Team member

Liew Zi Feng, Yong Yung Jun

Packages used in project

  • nltk
  • json
  • pickle
  • numpy
  • random
  • re
  • tkinter
  • enum
  • sys
  • cv2
  • word2number
  • pandas
  • sklearn.naive_bayes (GaussianNB)
  • keras

Files

  • chat_bg.png (Background picture)
  • dataset2.json (JSON type Dataset)
  • nbDatesets.csv (CSV type GaussinNB Dataset)
  • Chatbot.ipynb (Chatbot notebook)
  • chatbot_model.h5 (Trained saved model)
  • dictionary.pkl (Store all the unique lemmatized words)
  • pattern_classes.pkl (Stores all the different tags/classes)

Algorithms

  • Sequential (Get highest probability predicted bot responses)
  • Gaussian Naive Bayes (Predict suitable course from 18 questions answered by user)

Optimizer for Sequential Model

  • Stochastic gradient descent (An iterative method for optimizing an objective function with suitable smoothness properties)

GUI

  • the chatbot GUI is created by using Tkinter and cv2

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.