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, libsox-dev and libssl-dev.

sudo apt-get install python3-dev libcurl3-dev libsox-dev libssl-dev

Then run pip

sudo -H pip install wit

..to be continued

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.