Readme
This model doesn't have a readme.
image tagger
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run pengdaqian2020/image-tagger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"pengdaqian2020/image-tagger:5a3e65f223fe2291679a6c3c812ddb278aa6d43bbcf118c09530b4309aaac00e",
input={
"image": "https://replicate.delivery/pbxt/Iq6u39HlpVeYwhM3hzWBfbOCVKJJ2LENzNC1ccXrw5SUYAaC/bunny3.webp",
"score_general_threshold": 0.35,
"score_character_threshold": 0.85
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
tag
confidence
tag
confidence
tag
confidence
tag
confidence
tag
confidence
tag
confidence
tag
confidence
tag
confidence
This model costs approximately $0.0032 to run on Replicate, or 312 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 33 seconds. The predict time for this model varies significantly based on the inputs.
This model doesn't have a readme.