The dataset used for this example is available here: https://www.kaggle.com/datasets/akashsuper2000/toxic-comment-classification
- Run the command 'pip install -r requirements.txt' in directory to install all required dependencies
- Make sure the docker file is running
- Run the add_data.py to create schema and add data
- Then run script.py and enter text in the input field, Then click classify to classify the comment as toxic or Non toxic.