AI Based Chatbot
Python >= 2.7
Flask >= 0.10
-
Clone and navigate to chatbot directory.
-
Install Flask framework and AIML module.
pip install Flask pip install aiml
-
Run the python server.
python main.py
-
Open http://127.0.0.1:5000 in your browser.
-
You're done and let's chat with your Robot.
pip install -r requirements.txt