Database to Training Data - Creating a Chatbot with Deep Learning, Python, and TensorFlow p.6

Welcome to part 6 of the chatbot with Python and TensorFlow tutorial series. In this part, we’re going to work on creating our training data. There are two different overall models and workflows that I am considering working with in this series: One I know works (shown in the beginning and running live on the Twitch stream ), and another that can probably work better, but I am still poking around with it. Either way, our setup for training data is relatively similar. We need to create files that are basically “parent“ and “reply“ text files, where each line is the sample.
Back to Top