Installing and importing
In this chapter, we will leverage the no-coding functionality of advanced AI platforms. Open Computer_Vision_Analysis.ipynb
, the chapter notebook, which contains the results of interactions with Google Cloud Vision, HuggingGPT, Midjourney, and Runway Gen-2.
The notebook installs moviepy
to display Generative AI videos:
!pip install moviepy -qq
IPython.display
is installed to display the Generative AI images:
from IPython.display import Image #This is used for rendering images in the notebook
json
is imported to parse the output of vision models and pandas to display the JSON content:
import json
import pandas as pd
We will now download the validation set for our assisted-driving research.