This demo app detects explicit images using Geacc pre-trained model (MobileNetV2) and TensorFlow.js.
All inference performed in browser. Once initialised, you can start uploading images.
npm i
npm run build
This command generates a dist/
folder which contains the build artifacts and can be used for deployment.
When building for development and troubleshooting purposes, use the following command:
npm run watch
It starts a local development HTTP server which watches the filesystem for changes so you can edit the code (JS or HTML) and see changes when you refresh the page immediately.
Source code is licensed under Apache License 2.0