Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 436 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 436 Bytes

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'