Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 640 Bytes

File metadata and controls

21 lines (12 loc) · 640 Bytes

What is this about?

This is a VK apps + tensorflow-js demo app that detects toxic texts

Model

The model is a simple Convolutional Neural Network based on GloVe word embeddings;

More info (and a keras model): https://github.com/deepvk/shark

Live Demo

How to start

yarn start || npm start — this will start dev server with hot reload on localhost:10888.

yarn run build || npm run build — this will build production bundle, with treeshaking, uglify and all this modern fancy stuff