Memory

A NLP based bot that can remember things.

This project is maintained by Vabs123

Memory

A NLP based bot that can remember things.

Project Source can be downloaded from https://github.com/Vabs123/Memory

Contributor

Vaibhav Grover

How to run Memory Bot

  1. Clone the directory to your local machine.
  2. Please replace the api key with yours in NLPImplementation.java in nlp folder.
  3. Go to /Memory/main/src/run.
  4. Open terminal or cmd in the same directory.
  5. Run this command java -cp .:/...path to Memory folder..../Memory/main/classes run.AnswerQuery.

Working of Memory Bot

User can give inputs as text which he wants the bot to remember. In background the bot is using NLP api TextRazor. For complete information please read the api java documentation. After processing, text is saved as memory object which can be retrieved when user asks question about that.

Sample Of Bot Working

screenshot from 2017-04-23 19-52-01

Future Work

Only thing left was to categorize each word in one of the four categories as mentioned below:

Cheers