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/
- Host: GitHub
- URL: https://github.com/baudev/toxic-classifier-dp
- Owner: baudev
- Created: 2021-01-21T20:33:45.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-01-21T21:53:34.000Z (over 5 years ago)
- Last Synced: 2025-01-10T04:20:02.684Z (over 1 year ago)
- Topics: deep-learning, lstm-neural-networks, nlp, tensorflowjs-models
- Language: JavaScript
- Homepage:
- Size: 86.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### 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!