Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 528 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 528 Bytes

PyAssist

A python based home assistant framework

PyAssist is a small scale voice assistant that aims to simply allow uses to create their own rules and have these rules be enacted by the voice assistant.

At the moment, the recognition is based on pure string matching but the hope remains to add natural language processing to make this a more effective voice assistant.

Instaling and Running

To install dependencies and run program, simply run the following

pip install -r requirements.txt
python main.py