Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: chatbot resources #1

Open
westurner opened this issue Sep 29, 2018 · 0 comments
Open

DOC: chatbot resources #1

westurner opened this issue Sep 29, 2018 · 0 comments

Comments

@westurner
Copy link
Member

westurner commented Sep 29, 2018

Resources that may be helpful for building NLP bots:

Concepts

Tools

https://github.com/vinta/awesome-python/blob/master/README.md#chatops-tools

https://github.com/vinta/awesome-python/blob/master/README.md#natural-language-processing

Mycroft

Mycroft is a free and open-source intelligent personal assistant and knowledge navigator for Linux-based operating systems that uses a natural language user interface.

Mycroft is like Google Assistant, Alexa, Cortana; but open source, in Python, with user-customizable 'skills' (voice commands)

Mycroft uses SpeechRecognition for speech recognition:
https://github.com/MycroftAI/mycroft-core/blob/dev/requirements.txt

SpeechRecognition:

Library for performing speech recognition, with support for several engines and APIs, online and offline.

IDK what the error/accuracy rate is; so YMMV.

OpenCog

Wikipedia: https://en.wikipedia.org/wiki/OpenCog#Components

https://wiki.opencog.org/w/OpenCogPrime:Probabilistic_Evolutionary_Learning_Overview

  • PLN, MOSES,

https://wiki.opencog.org/w/Natural_language_processing#Chatbot

  • NLP pipeline

https://wiki.opencog.org/w/OpenPsi

  • Emotion modelling

https://wiki.opencog.org/w/Python
https://wiki.opencog.org/w/Python#MindAgents_in_Python

https://github.com/opencog/python-client

https://wiki.opencog.org/w/CogPrime_Overview
https://wiki.opencog.org/w/CogPrime_Overview#Competencies_and_Tasks_on_the_Path_to_Human-Level_AI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant