Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 795 Bytes

README.md

File metadata and controls

52 lines (25 loc) · 795 Bytes

Project Title

Chatbot

Project Description

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.

Installation

  clone the project

Deployment

Open cmd in the directory and type

   pip install -r requirements.txt

To run the project run

   python app.py

Go to

   127.0.0.1:5000/chatbot

and start chatting

Screenshots

App Screenshot

App Screenshot