Develop an App with the Vertex AI Gemini API Reviews

11049 reviews

Ching Wei N. · Reviewed מעל שנה אחת ago

Terrible labs with bugs

JIN DI G. · Reviewed מעל שנה אחת ago

Jack Pang C. · Reviewed מעל שנה אחת ago

Hua Jian C. · Reviewed מעל שנה אחת ago

Anwar I. · Reviewed מעל שנה אחת ago

Victor C. · Reviewed מעל שנה אחת ago

There is an indentation error and incomplete code snippet in Task 13. The corrected version as follows: cat >> ~/gemini-app/app_tab4.py <<EOF with video_geoloc: video_geolocation_uri = "gs://cloud-training/OCBL447/gemini-app/videos/bus.mp4" video_geolocation_url = "https://storage.googleapis.com/"+video_geolocation_uri.split("gs://")[1] video_geolocation_vid = Part.from_uri(video_geolocation_uri, mime_type="video/mp4") st.video(video_geolocation_url) st.markdown("""Answer the following questions from the video: - What is this video about? - How do you know which city it is? - What street is this? - What is the nearest intersection? """) prompt = """Answer the following questions using the video only: What is this video about? How do you know which city it is? What street is this? What is the nearest intersection? Answer the following questions using a table format with the questions and answers as columns. """ tab1, tab2 = st.tabs(["Response", "Prompt"]) video_geolocation_description = st.button("Generate", key="video_geolocation_description") with tab1: if video_geolocation_description and prompt: with st.spinner("Generating location information"): response = get_gemini_pro_vision_response(multimodal_model_pro, [prompt, video_geolocation_vid]) st.markdown(response) logging.info(response) with tab2: st.write("Prompt used:") st.write(prompt,"\n","{video_data}") EOF

Yan Bin C. · Reviewed מעל שנה אחת ago

Odev S. · Reviewed מעל שנה אחת ago

Jack Pang C. · Reviewed מעל שנה אחת ago

mohamed t. · Reviewed מעל שנה אחת ago

Wesley Wong K. · Reviewed מעל שנה אחת ago

Hanyu B. · Reviewed מעל שנה אחת ago

ammar h. · Reviewed מעל שנה אחת ago

Terrible labs with bugs

JIN DI G. · Reviewed מעל שנה אחת ago

Leon N. · Reviewed מעל שנה אחת ago

Lee Li X. · Reviewed מעל שנה אחת ago

i already did like what it says, but it keep said i did not finish

Wan Ying A. · Reviewed מעל שנה אחת ago

Task 9 gives me this error DuplicateWidgetID: There are multiple widgets with the same key='er_diag_img_description'. To fix this, please make sure that the key argument is unique for each widget you create. Traceback: File "/home/student_01_766c33364a8b/gemini-app/app.py", line 43, in <module> render_image_playground_tab(multimodal_model_pro) File "/home/student_01_766c33364a8b/gemini-app/app_tab3.py", line 115, in render_image_playground_tab er_diag_img_description = st.button("Generate documentation", key="er_diag_img_description")

Samuel J. · Reviewed מעל שנה אחת ago

Quang N. · Reviewed מעל שנה אחת ago

Odev S. · Reviewed מעל שנה אחת ago

Amalia A. · Reviewed מעל שנה אחת ago

Quang N. · Reviewed מעל שנה אחת ago

Abdullah M. · Reviewed מעל שנה אחת ago

Quang N. · Reviewed מעל שנה אחת ago

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