Skip to content

Rest API Written In Python To Classify NSFW Images, with type improvements and custom header support for a porn-blocking extension I'm working on.

License

Notifications You must be signed in to change notification settings

quinn-n/NSFW_Detection_API

 
 

Repository files navigation

✨ NSFW Classifier API ✨

Rest API Written In Python To Classify NSFW Images.

Python ForTheBadge built-with-love

Fastest Solution

If you don't want to selfhost it, there's already an instance of this running here

Install Locally Or On A VPS

$ git clone https://github.com/thehamkercat/NSFW_Detection_API

$ cd NSFW_Detection_API

$ pip3 install -U -r requirements.txt

$ python3 -m api

Classifies

  • Hentai - Hentai and pornographic drawings
  • Porn - Pornographic images, sexual acts
  • Drawings - Safe for work drawings (including anime)
  • Neutral - Safe for work neutral images
  • Sexy - Sexually explicit images, not pornography

Credits

Thanks to https://github.com/GantMan/nsfw_model/ for their model.

About

Rest API Written In Python To Classify NSFW Images, with type improvements and custom header support for a porn-blocking extension I'm working on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.5%
  • Shell 6.5%