nsfw-recognition
Here are 24 public repositories matching this topic...
I think that code lack of comments (jsdoc) thus hard to understand. Maybe should consider adding them at least for classes and public methods as part of project code-style?
Is your feature request related to a problem? Please describe.
Hard to understand what code does.
Describe the solution you'd like
JSDoc classes and public methods.
-
Updated
Oct 14, 2020 - Python
-
Updated
Sep 26, 2020 - Python
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 26, 2020 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Aug 21, 2018 - PHP
-
Updated
Apr 22, 2019 - JavaScript
-
Updated
Nov 1, 2020 - Python
-
Updated
Mar 29, 2020 - Kotlin
-
Updated
Jun 23, 2019 - Python
-
Updated
Mar 8, 2020 - Jupyter Notebook
-
Updated
Jun 23, 2019 - Python
-
Updated
Feb 28, 2019 - Jupyter Notebook
-
Updated
Nov 27, 2018 - Python
-
Updated
Jul 31, 2019 - Python
-
Updated
Apr 11, 2020 - Jupyter Notebook
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Sep 30, 2020 - Jupyter Notebook
-
Updated
Oct 11, 2020 - JavaScript
-
Updated
Sep 25, 2020 - Python
-
Updated
Apr 20, 2020 - Python
Improve this page
Add a description, image, and links to the nsfw-recognition topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nsfw-recognition topic, visit your repo's landing page and select "manage topics."
https://github.com/infinitered/nsfwjs/blob/ebcd41c46087a3f42c6577f96acc53d7a934b068/src/index.ts#L68
Hello, it seems, although not explicit I can save the model to different schemas by referencing the underlying "model" attribute in the model returned by
nsfwjs.load()e.g.`nsfwjs.load(path).then(function (newModel) {
console.log("path", path);
if(newModel) {