Playing with wit.ai
wit.ai is a NLP (Natural Language Processing) api. Think of it as something that can be used to create next Cortana or Siri. Basically, the api allows you to send a text statement (or voice), and convert into meaningful form that your program can understand and respond to. I have started playing with it. First thing I am doing is install on Jarvis to be used with Python3. Installing is easy. First ensure following packages are installed: python3-dev, libcurl3-dev, …