Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 654 Bytes

Readme.md

File metadata and controls

27 lines (14 loc) · 654 Bytes

Chatbot webapp

This is chatbot app built using tensorflow made by tegardp

screenshot

How to install

clone this repository using command below

$ git clone https://github.com/tegardp/web-chatbot.git

go inside cloned repository, then install requirements.txt using pip

$ cd web-chatbot

$ pip install -r requirements.txt

You can start the bot by typing below command inside the directory

$ python app.py

after that you can go to the browser and type http://127.0.0.1:5000/ and start chatting with our bot

Add/Edit training data

You can add/edit the training data as you see fit in data/intents.json