State of the project :
Actually, it uses pocketsphinx to recognize the LISA keyword, then use Wit speech API (google used at backend) to recognize the sentence. It sends the sentence to LISA Server.
Clients can be multiple (one per room for example) if needed.
To install it :
`
pip install lisa-client
`
To launch the client :
`
twistd -n lisa-client
`