# Visual features (face embedding) face_embedding = np.random.rand(128)
Here's a hypothetical example of what the deep feature vector might look like: Twistys Sasha Grey Humpme Bogart 720p VICTORY
# Metadata features (text encoding) title_encoding = np.random.rand(256) studio_encoding = np.random.rand(128) person_encoding = np.random.rand(128) # Visual features (face embedding) face_embedding = np