+ 2
How to use AIML with php?
My question is simple how to use AIML with my php chat bot? And how to make it like Jarvis?
1 Respuesta
+ 6
Yes, it is absolutely possible.
Program O would be a good way to start making bot without inventing the wheel again, Program O is an AIML interpretor written in PHP, and uses a MySQL database to store chatbot information, including the AIML files used to formulate the chatbot's responses.
You can get it on gitHub too