Giter Site home page Giter Site logo

vipinindkumar / webliza Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 3.0 384 KB

Implementation of ELIZA(https://en.wikipedia.org/wiki/ELIZA) in python, with user-interface to chat with the bot.

Home Page: https://vipinindkumar.github.io/Webliza/

Python 70.13% JavaScript 9.10% CSS 7.23% HTML 13.54%
javascript python eliza-chatbot html5 css bootstrap cs50

webliza's Introduction

Webliza

Implementation of ELIZA(https://en.wikipedia.org/wiki/ELIZA) in python, with interface to chat with the bot.

Static part of the project deployed on github pages

Created as a final project for CS50 course.

- scripts.js shows the content of "#message-box"(content you type) in the box as a sended message
- and then use ajax to make a POST call to /message with the message you typed in #message-box
- application.py recieves the call to /message with POST method
- and check if a certain pattern is recieved from the form,
- if does exist it returns a video frame
- else it calls analyze() function from eliza.py with message as argument
- analyze() function in eliza.py matches the statement with pre-defined patterns
- and if matched, it returns a formated random response attached to the matched pattern
- when scripts.js recieves this returned value as data, it runs an anonymous function
- that displays it, scrolls to bottom(inside box) and then empty the typing #message-box.

gif of Webliza

webliza's People

Contributors

vipinindkumar avatar

Stargazers

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