NsfwSpy Versions Save

A .NET image and video classifier used to identify explicit/pornographic content written in C#.

v3.5.0

1 year ago
  • Improved performance with compressed images.
  • Less false positives.

v3.4.3

1 year ago
  • Update the version of the Mime package to 3.4.0 to fix getting the "Could not find any valid magic files!" error on Linux.

v3.4.2

2 years ago
  • Fix an issue when classifying videos where the frames wouldn't render correctly.

v3.4.1

2 years ago
  • Added missing ClassifyGif method to INsfwSpy.

v3.4.0

2 years ago
  • Convert .webp files to .png before classifying.

v3.3.1

2 years ago
  • Throw ClassificationFailedException if the image failed to classify.
  • Fix an issue when classifying gifs where the frames wouldn't render correctly.

v3.3.0

2 years ago
  • Improvements to all NSFW classification types.

v3.2.0

2 years ago
  • Reduced the risk of neutral images being classified as hentai.

v3.1.0

2 years ago
  • Improved hentai classification.

v3.0.1

2 years ago
  • Fixed ClassifyVideo methods for Linux and Mac.