Git Product home page Git Product logo

jarvic's Introduction

jarvic

Jarvic is a learning chatbot. I am trying to copy-paste into Jarvic the learning curve of a newborn baby. It works with Python + Flask. This is an ongoing project right now...

What's done recently:

  • the basic answering and learning functions are up and running
  • it's online and available from browser - working with Flask
  • it logs all the user reactions into 2 files (words and sentences)
  • when you give Jarvic an input, it uses a basic logic to give back an answer - based on the previous conversations it had.
  • every time you add an input, it learns it. At the next answer Jarvic may use it's new knowledge. (I'll add a more detailed discription on the logic of Jarvic, once it's done.)
  • it logs each conversation into separated files. (recoverable and reviewable conversations) these go into the convlog/ dir - but mainly for privacy (and other obvious) reasons I won't share it on GitHub
  • fixed character coding issues

My next todo's:

  • Do controlled supervised user tests.
  • Find some chatlog material, that I can use to train Jarvic.
  • Let Jarvic, evaluate his own answers, too. By scoring from 0 to 10. 0 is when the user left the conversation right after Jarvic's answer. 10 is when user stayed for 10 more "lines".
  • Giving the answer based not only on the last user input, but the last 5 user inputs. (Goal: understand if someone teaches "you are" instead of "i am".)
  • Identify stopwords automatically.
  • Identify reactions by users (eg. words), that predicts longer conversations.
  • Ger prepared for typos.

jarvic's People

Contributors

adatlaborhu avatar

Stargazers

jiandong avatar

Watchers

James Cloos avatar jiandong avatar  avatar

Forkers

jjdblast triadai

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.