The SHEP AI Project

Home About Downloads Contact

Python SHEP library of V0.0.9


This version of SHEP takes on the concepts of the chatbot, but makes it self learning. The natural language processing and graph data storing is used, along with databases and other structures. What is new is that there are no set answers when learned. The program simply gathers logs of conversations and finds the most relevent to the current conversation it is having and see how responses have been done in the past.

The bot is constantly learning new ways to respond by asking you information. The trick is is to respond to the bot, as it is learning from the way you respond to information.

Download the library to get started! The file "AI.py" will need to be in the same folder as your code.

For the SHEP library to run, you will need to use any Python 3.



Using SHEP
You can include the SHEP library using the following line:
from AI import CB

from AI import *