Giter Club home page Giter Club logo

chatbot's Introduction

Chatbot

Environment

Python 3.7.x, pip3

Requirements

  • Flask
  • AIML Learn More
    Arificial Intelligence Markup Language is an XML dialect for creating natural language software agents.
pip3 install -r requirements.txt

^ sudo if required.

Run

Run the app for CLI interaction

python3 chat.py

OR

Run the app for web based interaction

python3 webchat.py

Goto http://localhost:5000 in your browser.


Appendix

  • chat.py: code for loading and running the bot in CLI
  • webchat.py: code for loading and running the bot on web
  • data/: folder containing the AIML files
  • model/learning_files.aiml: code for listing the files to train the bot
  • model/pretrained_model.dump: a saved trained model that the bot can use
  • templates/home.html: the html file for the web UI
  • requirements.txt: file listing the Python dependencies

References

AIML tutorial Flask tutorial autocorrect Bootsnipp

PS

  • More AIML files can be added/updated into the data/ folder to improve the bot.
  • A variety of HTML templates can be used from Bootsnipp to improve the look of the web chat UI.

chatbot's People

Contributors

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