AI Based Chatbot, which supports voice inputs and outputs
Python 2
Flask
Aiml (Artificial Intelligence Markup Language)
pip
-
Clone and navigate to chatbot directory.
git clone https://github.com/parikshitgupta1/Chat-Bot.git cd Chat-Bot
-
Install the required packages.
pip install -r requirements.txt
-
Run the python server.
python main.py
-
Open http://127.0.0.1:6000 in your browser.
-
You're done and enjoy chatting with your bot via browser.
Pull requests and suggestions are welcome.