Spaces:
Running on Zero
Running on Zero
File size: 336 Bytes
aa00509 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | """TemperCheck — estimate how short-tempered a social-media profile looks, from an image."""
from .prompt import TemperVerdict, build_messages, parse_verdict
from .inference import score_image, get_backend_name
__all__ = [
"TemperVerdict",
"build_messages",
"parse_verdict",
"score_image",
"get_backend_name",
]
|