Classify images with confidence using TensorFlow and Express.js. This TypeScript project integrates a custom-trained machine learning model to detect NSFW attributes (e.g., explicit content) in uploaded images. Ensure safe image integration into your website or application by automating the classification process.
  • TypeScript 93.6%
  • Dockerfile 6.4%
Find a file
maxpeterkaya db35a1d77b Update README.md
Signed-off-by: maxpeterkaya <git@maxkaya.com>
2026-02-17 00:05:07 -05:00
.github/workflows fix: set correct registry..... 2026-02-16 16:53:36 -05:00
src init index 2026-02-16 16:41:02 -05:00
.dockerignore init dockerignore 2026-02-16 16:40:06 -05:00
.gitattributes init readme 2026-02-16 16:41:11 -05:00
.gitignore init gitignore 2026-02-16 16:40:55 -05:00
Dockerfile fix: remove apk package install in dockerfile 2026-02-16 16:50:22 -05:00
LICENSE init license 2026-02-16 16:40:36 -05:00
package.json init package 2026-02-16 16:40:31 -05:00
pnpm-lock.yaml init pnpm lock 2026-02-16 16:41:06 -05:00
README.md Update README.md 2026-02-17 00:05:07 -05:00
tsconfig.json init tsconfig 2026-02-16 16:40:25 -05:00

NSFW

Classify images that contain NSFW content as well as text.

Use maxpeterkaya/nsfwgo instead because building and maintaining the packages for the JS version is too expensive.