A little chatbot made by intents json file and IA. The intents.json file contains a bunch of tags, not too many, but enough to have a small-talk (actually, the chatbot's language is in Spanish).
STEPS:
- Donwload the files.
- Run tranning.py
- Run chatbot.py
- Start chatting
I used the following libraries: -pickle -nltk -numpy -tensorflow
It's a small proyect made just to learn about machine learning, bag of words and specially neural networks. I hope this can help someone, somehow.