Vertex AI の Gemini API で生成 AI を使ってみる: チャレンジラボ のレビュー
17960 件のレビュー
Velikanov Vladimir · 1年以上前にレビュー済み
Rai Abhishek · 1年以上前にレビュー済み
GOOGLEUSER Andrii · 1年以上前にレビュー済み
.
Shahzad Azimullah · 1年以上前にレビュー済み
Shahzad Azimullah · 1年以上前にレビュー済み
Muthiyan Hemant · 1年以上前にレビュー済み
N srn · 1年以上前にレビュー済み
Kakizaki Hiroto · 1年以上前にレビュー済み
kumar Dheerendra · 1年以上前にレビュー済み
I got what i did wrong now :)
Yordanov Elisey · 1年以上前にレビュー済み
It did not let me complete the lab, but i did all the steps. The code from the final step: # Task 4.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 = [prompt, video] responses = model.generate_content(contents, stream=True) print("-------Prompt--------") print_multimodal_prompt(contents) for response in responses: print(response)
Yordanov Elisey · 1年以上前にレビュー済み
Dixit Shiv · 1年以上前にレビュー済み
Jaya Viswadutt Nudurupati · 1年以上前にレビュー済み
GOOGLEUSER raj · 1年以上前にレビュー済み
K Vinoth · 1年以上前にレビュー済み
Done
Orcilla Normandy · 1年以上前にレビュー済み
Done
Orcilla Normandy · 1年以上前にレビュー済み
Kumar Krishna · 1年以上前にレビュー済み
Reyes Ma. Jasmin · 1年以上前にレビュー済み
Nicdao Cyndi · 1年以上前にレビュー済み
Shah Asfar · 1年以上前にレビュー済み
Andreiev Maksym · 1年以上前にレビュー済み
Azal Berke · 1年以上前にレビュー済み
Gilazutdinova Elvira · 1年以上前にレビュー済み
Gilazutdinova Elvira · 1年以上前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。