GithubHelp home page GithubHelp logo

courses-reservation-chatbot's Introduction

Epsilon Center chat-bot

bot : Hello friend! how can i help you?
user: what courses do you have?
bot : What would you like to learn ?
user: machine learning ?
bot : we have machine-learning course starts at 10-05-2020 for only 200$ !!
user: great would you sign me up ?

the bot helps users to know about the courses that are available in the center, and tell them information about them

Usage and installation

to use the model with your own system, you can create an object of the Bot class and choose if you want it to retrain, it as follows

from cyborg import Bot

# if you want it to retrain, set retrain=True
# you can choose which approach deep_learning or machine learning
bot = Bot(retrain=False, deep_learning=True)
# run the bot loop
bot.run_blocking()

Don't forget to create a virtual environment to run the code

$python -m venv venv
$source venv/bin/activate
$pip install -r requirements.txt

courses-reservation-chatbot's People

Contributors

kareem-desouky22 avatar

Watchers

 avatar  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.