Note: All the code files will be available at :  https://github.com/ashwinhprasad/Chatbot-GoingMerry

Going Merry is a chatbot that I created for a pirate recruitment process. It helps in recruitment of pirates all around the world. this answer user’s simple questions regarding the recruitment process, pre-requisites, etc.This same model can also be used for creating chatbots for any organization

Introduction

A chatbot is a software application used to conduct an on-line chat conversation via text . In this blog post, I will show how to create a Simple Chatbot with tensorflow 2 for your organization.

Dataset Preparation

once, the dataset is built . half the work is already done. the way we structure the dataset is the main thing in chatbot. I have used a json file to create a the dataset.

json files are just like dictionaries in python. you can store in json files just like you do in dictionaries in python

#machine-learning #python #tensorflow2 #chatbots

Chatbot with TensorFlow 2.0 - Going Merry
4.55 GEEK