A chatbot written in Python using the python-aiml library to help people suffering from Alzheimer's.
Use the below command to install all dependencies of the project.
pip install -r requirements.txt
You can run the chatbot in the terminal using python main.py
or run the Flask server and use a separate program to interact with the chatbot.