An open API service indexing awesome lists of open source software.

https://github.com/baudev/toxic-classifier-dp

https://baudev.github.io/toxic-classifier-dp/
https://github.com/baudev/toxic-classifier-dp

deep-learning lstm-neural-networks nlp tensorflowjs-models

Last synced: 10 months ago
JSON representation

https://baudev.github.io/toxic-classifier-dp/

Awesome Lists containing this project

README

          

# Toxic comment classifier

This is a deep learning model trained using [Tensorflow](https://www.tensorflow.org/) to identify and classify toxic online comments. The dataset comes from Kaggle and can be found [here](https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge/data).

We exported our model and implemented it into a website with Tensorflow.js. **You can try it out at https://baudev.github.io/toxic-classifier-dp/**

### Preview

![screen](https://github.com/baudev/toxic-classifier-dp/raw/develop/screen.jpg)

### Note

The first loading of the site can take several minutes as approximately 100MB of files need to be downloaded. Once the files have been downloaded, as they are cached by your browser, the next uploads will be much faster!