Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 711 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 711 Bytes

NudeNet WebUI

A browser interface for NudeNet classifier.

Features

  • Download and test image from image URL
  • Test images in local directory

Installation & Running

  1. Download notAI-tech/NudeNet model to NudeNet/models/classifier_model.onnx

  2. Install the dependencies:

pip install -e .
  1. Run server:
python app.py
  1. Open browser http://127.0.0.1:5000

To test images in a local directory, put them in the images directory.

Credits