In this tutorial I am going to show you how to detect toxic language within a React app with TensorFlow. As an example, we are going to create a simple chat. Because the goal is not to make a beautiful UI, I'm going to skip the CSS part.
Table of contents
DemoLet's beginAdding the TensorFlow scriptsLoading the modelThe chat componentThe message componentCongratulation!Sort: