Readme
Whataburger Detector
This Whataburger detector acts as the screening agent for public data before sending along to the larger WhataGAN dataset .
Simple model to tell you whether or not a Whataburger is present in your picture.
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 jimothyjohn/whataburger-detector using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"jimothyjohn/whataburger-detector:794610814a9fb3556bc5f0fab069bca1e459c8f21a912a284dc448b98d68c7f8",
input={
"format": "json"
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
No output yet! Press "Submit" to start a prediction.
This model runs on CPU hardware. We don't yet have enough runs of this model to provide performance information.
This Whataburger detector acts as the screening agent for public data before sending along to the larger WhataGAN dataset .