Skip to content

Try it out!

d00M_L0rDz edited this page Nov 7, 2022 · 1 revision

Setup NsfwSpy.App

When looking for the right solution to help you in moderating images, the first thing you want to do is test it to make sure it's up to scratch. That's why we created the NsfwSpy.App project, a self-hosted web application to try your own images, Gifs and videos against our image classifier.

To setup NsfwSpy.App to run on your local machine, see the steps below:

  1. Check you have Node.js installed by using the following command in the terminal:
node -v
  1. Clone the git repository to your local machine.
  2. Open the NsfwSpy.sln solution in Visual Studio or your preferred IDE.
  3. Run the NsfwSpy.App project using IIS Express:
NsfwSpy App config
  1. Upload your images and videos or paste a link to have them classified.
NsfwSpy App

Alternatives

If that's too much work, you can try our hosted site, that allows you to test just images at https://nsfwspy.github.io/NsfwSpy.js. This does however use our JavaScript library, NsfwSpy.js, which usually doesn't perform as well as the .NET version, but does run fully in the browser.

Clone this wiki locally