Skip to content

Commit 9ffb81d

Browse files
author
Jamie Matthews
committed
Merge branch 'main' of https://github.com/d00ML0rDz/NsfwSpy
2 parents fe178ce + d268b4e commit 9ffb81d

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Diff for: NsfwSpy.App/README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
<img src="https://raw.githubusercontent.com/d00ML0rDz/NsfwSpy/main/_art/NsfwSpy.App.gif" alt="NsfwSpy App" />
2-
31
# Getting Started
42
Looking for a quick way to try out NsfwSpy? Use our dedicated, self-hosted web app to classify images, gifs and videos with ease.
53

6-
1. Clone the git repository to your local machine.
7-
2. Open the NsfwSpy.sln solution in Visual Studio or your preferred IDE.
8-
3. Run the NsfwSpy.App project using IIS Express:
4+
1. Check you have [NodeJS](https://nodejs.org/) installed by using the following command in the terminal:
5+
```
6+
node -v
7+
```
8+
2. Clone the git repository to your local machine.
9+
3. Open the NsfwSpy.sln solution in Visual Studio or your preferred IDE.
10+
4. Run the NsfwSpy.App project using IIS Express:
11+
<img src="https://raw.githubusercontent.com/d00ML0rDz/NsfwSpy/main/_art/NsfwSpy.App step 3.jpg" alt="NsfwSpy App config" />
12+
5. Upload your images and videos or paste a link to have them classified.
913

10-
<img src="https://raw.githubusercontent.com/d00ML0rDz/NsfwSpy/main/_art/NsfwSpy.App step 3.jpg" alt="NsfwSpy App config" />
14+
<img src="https://raw.githubusercontent.com/d00ML0rDz/NsfwSpy/main/_art/NsfwSpy.App.gif" alt="NsfwSpy App" width="400" />

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ NsfwSpy isn't perfect, but the accuracy should be good enough to detect approxim
2121
| Correctly Predicted Label | 86.0% | 83.2% | 91.8% | 96.8% |
2222

2323
# Quick Start
24+
Looking to quickly try out NsfwSpy? Check out our steps to use [NsfwSpy.App](https://github.com/d00ML0rDz/NsfwSpy/tree/main/NsfwSpy.App).
25+
2426
This project is available as a [NuGet](https://www.nuget.org/packages/NsfwSpy/) package and can be installed with the following commands:
2527

2628
**Package Manager**

0 commit comments

Comments
 (0)