Readme
This model doesn't have a readme.
image tagger
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run pengdaqian2020/image-tagger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "pengdaqian2020/image-tagger:5a3e65f223fe2291679a6c3c812ddb278aa6d43bbcf118c09530b4309aaac00e",
"input": {
"image": "https://replicate.delivery/pbxt/Iq6u39HlpVeYwhM3hzWBfbOCVKJJ2LENzNC1ccXrw5SUYAaC/bunny3.webp",
"score_general_threshold": 0.35,
"score_character_threshold": 0.85
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
tag
confidence
tag
confidence
tag
confidence
tag
confidence
tag
confidence
tag
confidence
tag
confidence
tag
confidence
This model costs approximately $0.0023 to run on Replicate, or 434 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.
This model runs on CPU hardware. Predictions typically complete within 24 seconds. The predict time for this model varies significantly based on the inputs.
This model doesn't have a readme.