Skip to content

kakuRgs/deepdanbooru-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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%