NsfwSpy Versions Save

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

v3.0.0

2 years ago
  • Added video classification support. This requires FFmpeg to be installed alongside NsfwSpy.
  • Renamed GifOptions to VideoOptions.
  • Renamed NsfwSpyGifResult to NsfwSpyFramesResult.

v2.5.0

2 years ago
  • Updated model

v2.4.0

2 years ago
  • Improved NsfwSpy model.

v2.3.0

2 years ago
  • ClassifyGifAsync methods.
  • ClassifyGif using a byte array.

v2.2.0

2 years ago
  • Use Magick.NET to handle Gif frames.
  • Classify Gif frames in parallel.
  • Remove the need for libgdiplus on macOS and Linux.

v2.1.0

2 years ago
  • ClassifyImages now works in parallel

v2.0.0

2 years ago
  • Removed the 'Drawing' classification as it was felt it was unnecessary. Drawings will now be classified as neutral if they are not sexual in nature.

v1.2.0

2 years ago
  • Classify Gif Images.
  • Include INsfwSpy interface for dependency injection.

v1.1.1

2 years ago
  • Remove parallel processing of ClassifyImages due to thread safety

v1.1.0

2 years ago
  • Updated model with improved performance