Explore Generative AI with the Vertex AI Gemini API: Challenge Lab Reviews

Explore Generative AI with the Vertex AI Gemini API: Challenge Lab Reviews

1869 reviews

Dennis S. · Reviewed 3 months ago

Akash Deep V. · Reviewed 3 months ago

Akash Deep V. · Reviewed 3 months ago

Anthony P. · Reviewed 3 months ago

Jordan I. · Reviewed 3 months ago

Ferry Yun K. · Reviewed 3 months ago

Tomy Ivan S. · Reviewed 3 months ago

David H. · Reviewed 3 months ago

S. Shaun B. · Reviewed 3 months ago

Muhamad Anggara R. · Reviewed 3 months ago

ANKIT B. · Reviewed 3 months ago

Abdul M. · Reviewed 3 months ago

Sreenivasan R. · Reviewed 3 months ago

face : Permission denied while accessing input file. Learn more about providing the appropriate credentials

Muhammad Nadeem N. · Reviewed 3 months ago

ffgffdg

DIVYA S. · Reviewed 3 months ago

Felipe M. · Reviewed 3 months ago

Sanjana S. · Reviewed 3 months ago

Pedro D. · Reviewed 3 months ago

Surabhi A. · Reviewed 3 months ago

Anuj G. · Reviewed 3 months ago

Anuj G. · Reviewed 3 months ago

I keep getting a 500 for Task 3.2 # Task 3.2 Generate a video description # In this cell, update the prompt to ask Gemini to describe the video URL referenced. # You can use the documentation at the following link to assist. # https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/sdk-for-gemini/gemini-sdk-overview-reference#generate-content-from-video # # Video URI: gs://github-repo/img/gemini/multimodality_usecases_overview/mediterraneansea.mp4 # prompt = """ What is shown in this video? Where should I go to see it? What are the top 5 places in the world that look like this? """ video = Part.from_uri( uri="gs://github-repo/img/gemini/multimodality_usecases_overview/mediterraneansea.mp4", mime_type="video/mp4", ) contents = [video, prompt] responses = multimodal_model.generate_content(contents, stream=True) print("-------Prompt--------") print_multimodal_prompt(contents) print("\n-------Response--------") for response in responses: print(response.text, end="")

Daniel M. · Reviewed 3 months ago

saket s. · Reviewed 3 months ago

DIVYA S. · Reviewed 3 months ago

Issues with access permissions to the bucket with video

Andrzej B. · Reviewed 3 months ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.