Chatbot
It's a basic Chatbot using NLP. You can have basic conversation with the chatbot. This application is based on chatterbot.This chatbot can be developed in better way with some strategies. We can make it more enhanced if we implement the NLP model in better way.
clone the projectOpen cmd in the directory and type
pip install -r requirements.txtTo run the project run
python app.pyGo to
127.0.0.1:5000/chatbotand start chatting

