You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 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:
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
https://wiki.opencog.org/w/Natural_language_processing#Chatbot
https://wiki.opencog.org/w/OpenPsi
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
The text was updated successfully, but these errors were encountered: