A browser interface for NudeNet classifier.
- Download and test image from image URL
- Test images in local directory
-
Download notAI-tech/NudeNet model to
NudeNet/models/classifier_model.onnx -
Install the dependencies:
pip install -e .- Run server:
python app.py- Open browser
http://127.0.0.1:5000
To test images in a local directory, put them in the images directory.
- Base implementation and model: https://github.com/notAI-tech/NudeNet
