A Go-based project that uses TensorFlow to classify images based on NSFW attributes for safe integration into websites and upload workflows.
  • Go 95.2%
  • Dockerfile 4.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-16 10:28:10 -04:00
.forgejo/workflows chore(deps): update actions/setup-go action to v7 2026-07-16 04:21:44 +00:00
.gitignore init: gitignore 2026-02-16 18:58:56 -05:00
.goreleaser.yml init: goreleaser config 2026-02-16 18:59:03 -05:00
config.go feat: create config 2026-02-22 19:46:53 -05:00
docker-compose.yml feat: create docker compose 2026-02-22 19:48:50 -05:00
Dockerfile init: dockerfile 2026-02-16 18:59:07 -05:00
Dockerfile-snapshot init: dockerfile snapshot 2026-02-16 18:59:13 -05:00
go.mod chore(deps): update module github.com/go-chi/chi/v5 to v5.3.1 2026-07-06 15:51:23 +00:00
go.sum chore(deps): update module github.com/go-chi/chi/v5 to v5.3.1 2026-07-06 15:51:23 +00:00
image.go feat: support png files 2026-03-31 13:28:34 -04:00
LICENSE Initial commit 2026-01-05 18:38:39 -05:00
main.go feat: set server port via config 2026-02-22 19:47:24 -05:00
predict.go feat: use tensorflow config for url 2026-02-22 19:47:14 -05:00
README.md Initial commit 2026-01-05 18:38:39 -05:00
renovate.json Add renovate.json 2026-02-17 00:53:23 +00:00
types.go refactor: adjust prediction struct (#2) 2026-02-16 23:52:19 -05:00

nsfwgo