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
maxpeterkaya 0fb1715420
All checks were successful
CI / build (push) Successful in 4m4s
feat: support png files
2026-03-31 13:28:34 -04:00
.forgejo/workflows chore(deps): update docker/build-push-action action to v7 2026-03-05 21:26:56 +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: bump versions to latest 2026-03-31 13:27:56 -04:00
go.sum chore: bump versions to latest 2026-03-31 13:27:56 -04: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