Skip to content

A browser interface for NudeNet classifier.

License

Notifications You must be signed in to change notification settings

maakcode/nudenet-webui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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