A Go-based project that uses TensorFlow to classify images based on NSFW attributes for safe integration into websites and upload workflows.
  • Go 95.3%
  • Dockerfile 4.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
maxpeterkaya c971bf1361
All checks were successful
CI / build (push) Successful in 4m25s
Update .forgejo/workflows/ci.yml
2026-09-01 11:31:12 -04:00
.forgejo/workflows Update .forgejo/workflows/ci.yml 2026-09-01 11:31:12 -04: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 chore(deps): update golang docker tag to v1.27 2026-08-19 20:23:02 +00: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: add more image decoders and fix for loop ranges 2026-08-16 00:36:50 -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