Skip to content

Commit 274757b

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents b382b1d + 80add93 commit 274757b

4 files changed

Lines changed: 82 additions & 75 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88
push:
99
branches:
1010
- 'master'
11-
- 'mvp'
1211
pull_request:
12+
branches:
13+
- 'master'
1314
workflow_dispatch:
1415

1516
jobs:

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NSFW API Detection with NodeJS
1+
## Blazing Fast 🚀 NSFW API with NodeJS & ExpressJS
22
![](https://img.shields.io/librariesio/github/o7-Fire/NodeNsfwJSAPI?style=flat-square)
33
![](https://img.shields.io/github/workflow/status/o7-Fire/NodeNsfwJSAPI/Node.js%20CI?event=push&style=flat-square)
44
![](https://img.shields.io/github/v/release/o7-Fire/NodeNsfwJSAPI?style=flat-square)
@@ -10,26 +10,26 @@
1010
![](https://img.shields.io/github/repo-size/o7-Fire/NodeNsfwJSAPI?style=flat-square)
1111
![](https://img.shields.io/github/languages/code-size/o7-Fire/NodeNsfwJSAPI?style=flat-square)
1212
![](https://img.shields.io/github/languages/top/o7-Fire/NodeNsfwJSAPI?style=flat-square)
13-
14-
## Quickstart
15-
16-
https://github.com/o7-Fire/NodeNsfwJSAPI/wiki#quickstart
17-
18-
## Preview
19-
20-
- Not 100% perfect
21-
- ![Discord Bot](https://cdn.discordapp.com/attachments/840041811384860708/872865181213032518/unknown.png)
22-
- ![Yes](https://cdn.discordapp.com/attachments/840041811384860708/872867517125771355/unknown.png)
23-
- ![Swagger Documentation](https://user-images.githubusercontent.com/49940811/204942756-bd220b3b-0c84-4433-8d55-6c8dbeec2dea.png)
24-
- ![Response and Request](https://user-images.githubusercontent.com/49940811/204943613-580e107f-9ca4-4435-b7b7-44309ab55161.png)
25-
- after processing and some cache (pi 4 B)
26-
- ![](https://cdn.discordapp.com/attachments/997385080047673415/1000561451938881566/unknown.png)
27-
28-
# Stuff
29-
## Tensorflow
13+
## Proof of Concept & API
14+
<details>
15+
<summary>Images of Proof of Concept & API</summary>
16+
<img src="https://cdn.discordapp.com/attachments/997385080047673415/1000561451938881566/unknown.png" name="1">
17+
<img src="https://user-images.githubusercontent.com/49940811/204943613-580e107f-9ca4-4435-b7b7-44309ab55161.png" name="2">
18+
<img src="https://user-images.githubusercontent.com/49940811/204942756-bd220b3b-0c84-4433-8d55-6c8dbeec2dea.png" name="3">
19+
<img src="https://cdn.discordapp.com/attachments/840041811384860708/872867517125771355/unknown.png" name="4">
20+
<img src="https://cdn.discordapp.com/attachments/840041811384860708/872865181213032518/unknown.png" name="5">
21+
<img src="https://user-images.githubusercontent.com/49940811/206965088-ecde528e-a874-4444-af4a-613daff23d36.png" name="6">
22+
</details>
23+
24+
## Implementation
25+
- https://github.com/o7-Fire/mindustry-guacamole - v3
26+
27+
## Installing Tensorflow.js and Requirements (Random Stuff I Found on Internet)
3028

3129
TensorFlow.js for Node currently supports the following platforms:
3230

31+
The platforms listed include Mac OS X, Linux, and Windows operating systems, and support is provided for both CPU and GPU environments. Developers who want to use TensorFlow.js for Node on these platforms will need to ensure that their system meets the specified requirements.
32+
3333
- Mac OS X CPU (10.12.6 Siera or higher)
3434
- Linux CPU (Ubuntu 14.04 or higher)
3535
- Linux GPU (Ubuntu 14.04 or higher and Cuda 11.2 w/ CUDNN
@@ -38,7 +38,7 @@ TensorFlow.js for Node currently supports the following platforms:
3838
- Windows GPU (Windows 7 or higher and Cuda 11.2 w/ CUDNN
3939
v8) ([see installation instructions](https://www.tensorflow.org/install/gpu#windows_setup))
4040

41-
For GPU support, tfjs-node-gpu@1.2.4 or later requires the following NVIDIA® software installed on your system:
41+
For GPU support, tfjs-node-gpu@1.2.4 or later requires the developers to have certain versions of NVIDIA software installed on their system. The specific software requirements are listed in the table below.
4242

4343
| Name | Version |
4444
|---|---|

package-lock.json

Lines changed: 58 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tensorflow/tfjs-node": "^4.1.0",
1414
"ansi-regex": ">=6.0.1",
15-
"axios": "^1.2.0",
15+
"axios": "^1.2.1",
1616
"body-parser": "^1.20.1",
1717
"compression": "^1.7.4",
1818
"cookie-parser": "^1.4.6",
@@ -40,7 +40,7 @@
4040
],
4141
"devDependencies": {
4242
"jest": "^29.3.1",
43-
"superagent": "^8.0.5",
44-
"supertest": "^6.3.2"
43+
"superagent": "^8.0.6",
44+
"supertest": "^6.3.3"
4545
}
4646
}

0 commit comments

Comments
 (0)