Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 803 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 803 Bytes

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