Skip to main content

No project description provided

Project description

mitoo is a machine learning, conversational dialog engine.

Home-page: https://github.com/sobhanlenka/mitoo Author: sobhan kumar Author-email: sobhanlenka@gmail.com License: BSD Download-URL: https://github.com/sobhanlenka/mitoo/tarball/0.8.7 Project-URL: Documentation, https://mitoo.readthedocs.io Description: ![mitoo: Machine learning in Python]

# mitoo

mitoo is a machine-learning based conversational dialog engine build in Python which makes it possible to generate responses based on collections of known conversations. The language independent design of mitoo allows it to be trained to speak any language.

An example of typical input would be something like this:

> user: Good morning! How are you doing?

## How it works

An untrained instance of mitoo starts off with no knowledge of how to communicate. Each time a user enters a statement, the library saves the text that they entered and the text that the statement was in response to. As mitoo receives more input the number of responses that it can reply and the accuracy of each response in relation to the input statement increase. The program selects the closest matching response by searching for the closest matching known statement that matches the input, it then returns the most likely response to that statement based on how frequently each response is issued by the people the bot communicates with.

## Installation

This package can be installed from [PyPi](https://pypi.python.org/pypi/mitoo) by running:

` pip install mitoo `

Keywords: mitoo,chatbot,chat,bot Platform: any Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Environment :: Console Classifier: Environment :: Web Environment Classifier: Operating System :: OS Independent Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Topic :: Communications :: Chat Classifier: Topic :: Internet Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Requires-Python: >=2.7, <4 Description-Content-Type: text/markdown

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mitoo-0.8.7.tar.gz (39.1 kB view hashes)

Uploaded Source

Built Distribution

mitoo-0.8.7-py3-none-any.whl (56.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page