GithubHelp home page GithubHelp logo

aryan31200 / telegramchatbotaiml Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ichigo-kurosakii/telegramchatbotaiml

0.0 0.0 0.0 10.69 MB

A simple telegram chatbot working on AIML and deployed @IcHiGo_bot

Python 100.00%

telegramchatbotaiml's Introduction

Hacktoberfest-2021 contribution Repo for Beginners


TelegramChatbotAIML


A simple telegram chatbot working on AIML and deployed @IcHiGo_bot

What is a Chatbot?

Chatbots are intelligent digital assistants which may address customer’s basic and predictable queries. They offer numerous services via chatting and perform basic customer service operations. Chatbots work 24/7 and hence they provide assistance when offices are closed on holidays. There are a variety of synonyms for chatbot, including “talkbot,” “bot,” “IM bot,” “interactive agent” or “artificial conversation entity”.

What is AIML?

AIML stands for computing language. it’s an XML dialect for creating tongue software agents.

AIML contains a collection of rules which define the conversational capabilities of the chatbot. it’s used with a linguistic communication Understanding (NLU) processor which takes AIML rules to investigate and reply to the text queries asked via the chatbot. The more rules we add in AIML – the more intelligent the chatbot is.

  • AIML based chatbots come under the rule-based chatbots category, however, some level of self-learning feature is feasible.
  • AIML is that the language to make a brain for chatbots.
  • NLU in chatbots process AIML and their chat behavior is controlled through AIML rules.
  • One chatbot application can have multiple sets of AIML and might behave differently.
  • The below flow diagram shows how AIML based chatbot can work with a range of input, which essentially represents the texts with identical meaning.

How to contribute :

  • Create a new aiml file in AddedFeatures folder
  • Deleting the brain.dump file so that it doesnt take into account the pretrained model and use your created aiml file as well.
  • Run server.py in terminal to retrain the model.
  • You can't really deploy it on your own , if you wish to then just add a config.cfg to the root directory and with the following parameters.
[creds]
token= YOUR_BOT_TOKEN
file=brain.dump

After all this you'll be good to go.

telegramchatbotaiml's People

Contributors

aryan31200 avatar ichigo-kurosakii avatar yashvardhanmahecha 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.