When gemini 2.0 was used for kidney glomerular image classification, it was stopped after 3 days of use. I continued the same experiment with another account, but the other account was also suspended. I filed an appeal, but it was not approved. How can I make it usable again?
1 Like
Try spacing out your requests with longer intervals (e.g., 15-30 minutes between batches) and use smaller batches of images. Additionally, consider using the official Google Cloud Vision API which is specifically designed for high-volume image processing tasks.
gcloud ai vision analyze-image --image=PATH_TO_IMAGE --feature=CLASSIFICATION
3 Likes