Git Product home page Git Product logo

zzz-retired__chatter's Introduction

chatter

A Mycroft AI chatbot solution framework, currently under development. Will use Mycroft AI docker image as the base for running it.

Currently the goal is for this to use mycroft skills for its responses and Errbot for the backend and connection to chat applications.

A demo version of this bot can be seen in the Mattermost community for MycroftAI at https://chat.mycroft.ai and the name of the bot is @mycrofthelper

Still a work in progress

Example: Example Screenshot

Installation - Mycroft

First you need to decide if you are going to use SSL for this bot or not. If just for testing you can not setup SSL/WSS. The different steps are listed below.

Please Note: For our setup we are using docker to just make it easier since we are only dealing with text you can still use a normal mycroft instance but then you will have to setup your own type of proxy, etc.

For instructions on setting up docker please refer to their documentation at: https://docs.docker.com/engine/installation/

SSL Setup

We are currently using the submodule https://github.com/Geeked-Out-Solutions/mycroft_proxy and this is the proxy folder. So you can check out the proxy folder README.md file for instructions.

Once you have setup the docker container you can follow the rest of the guide for setting up your chatbot.

Non SSL Setup

If you want you don't have to use the docker setup you can just setup a mycroft instance or you can just setup a basic docker instance using the following info:

Just replace the directory_on_local_machine with where you want the container mapped on your local machine, IE /home/user/mycroft for example if you created a mycroft folder in your home directory. This is so the pairing file is stored outside the container. If you wanted to run unstable then you would do mycroftai/docker-mycroft:unstable in the below command to run it on the unstable tag instead of latest which is the default.

docker run -itd -p 8181:8181 -v directory_on_local_machine:/root/.mycroft mycroftai/docker-mycroft - For stable

docker run -itd -p 8181:8181 -v directory_on_local_machine:/root/.mycroft mycroftai/docker-mycroft:unstable - For unstable

Installation Errbot

We will be using docker for Errbot as well and have a dockerfile setup at https://github.com/MycroftAI/docker-errbot

More info soon on setting this part up...

Setup

Now you have a mycroft instance setup and we need to configure how we want to interact with our instance.

Web Client

TBD

Slack

We will use the errbot backend framework and a mycroft plugin that will interact with the instance.

Mattermost

We will use the errbot backend framework and a mycroft plugin that will interact with the instance.

Discord

We will use the errbot backend framework and a mycroft plugin that will interact with the instance.

zzz-retired__chatter's People

Contributors

btotharye avatar

Watchers

 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.