Skip to content

ChristopherRogers1991/mycroft-chatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mycroft-chatter

Provides a chat like interface to Mycroft

mycroft-chatter-demo

To use:

virtualenv -p `which python3` ~/.virtualenvs/mycroft-chatter
source ~/.virtualenvs/mycroft-chatter
git clone https://github.com/ChristopherRogers1991/mycroft-chatter.git
cd mycroft-chatter
pip install -r requirements.txt
pip install .
python client/chat.py

Note that you can disable Mycroft's audio response by stopping the it's audio service.

Author's Note:

Feedback is welcome. I had no experience with python3, websockets, or pyqt before starting this, so feel free to share pointers.

About

Provides a chat like interface to Mycroft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages