AI Based chatbot using Python and AIML
Python >= 2.7
AIML
-
Clone and navigate to chatbot directory.
-
Install the required packages.
pip install -r requirements.txt
-
Run the python script.
python main.py
-
You're done, chat with your Robot :)
-
To quit chat enter exit.
Want to work on the project? Any kind of contribution is welcome!
Follow these steps:
- Fork the project.
- Create a new branch.
- Make your changes and write tests when practical.
- Commit your changes to the new branch.
- Send a pull request.