Skip to content

Demo web app which uses Geacc pre-trained model and TensorFlow.js to detect explicit images

License

Notifications You must be signed in to change notification settings

purify-ai/geacc-tfjs-demo

Repository files navigation

Geacc TensorFlow.js Demo

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.

Building from source

npm i
npm run build

This command generates a dist/ folder which contains the build artifacts and can be used for deployment.

Development

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.

License

Source code is licensed under Apache License 2.0

About

Demo web app which uses Geacc pre-trained model and TensorFlow.js to detect explicit images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published