Xyaneon / LTUAssistant

An AI assistant like Google Now, Siri, Cortana, etc. for an LTU senior project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add text-only interaction mode

Xyaneon opened this issue · comments

We should add a command line switch which will allow us to run the assistant in a text-only mode, with no speaking or sound necessary. This will let us test interactive conversations, like setting up a calendar event, more easily by just using the terminal, or skip trying to get Google to transcribe speech if it's not available for some reason.

I plan on approaching this by using Python's excellent argparse built-in module.

This is being implemented by me in the text-only-mode branch.

I was using this command previously: python -i -c "from integrated import Integrate"

But I don't think that will work with your calendar events so that sounds good.