Skip to content

kakuRgs/deepdanbooru-docker

This branch is 4 commits ahead of nanoskript/deepdanbooru-docker:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f79209 · Aug 27, 2024

History

9 Commits
Jan 14, 2023
May 22, 2024
Aug 27, 2024
Aug 27, 2024
Jan 14, 2023
Jan 14, 2023

Repository files navigation

deepdanbooru-docker

Docker service for <https://github.com/KichangKim/DeepDanbooru>.

Threshold

API's param add with Threshold. The minimum value of Threshold is 0.1.

curl -X 'POST' \
  'http://192.168.10.15:4321/deepdanbooru?threshold=0.8' \
  -H 'accept: application/json' \
  -H 'Content-Type: multipart/form-data' \
  -F 'image=@./xiaoxin-6.png;type=image/png'

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.1%
  • Dockerfile 20.9%