The image analysis feature does not work. In its current state, it seems to output 'happy' as text every single time without displaying the image or visualizing any data. Additionally, it is not very clear that the image analysis expects a face as an image, as it uses opencv's facial recognition software to read emotions, specifically taking the emotions of 'happy', 'sad', or 'neutral'. There also appears to be dependency conflicts with opencv's dependencies, as errors are raised every time the image analysis is called, and the values of 'happy', 'sad', and 'neutral' are all 0.
The image analysis feature does not work. In its current state, it seems to output 'happy' as text every single time without displaying the image or visualizing any data. Additionally, it is not very clear that the image analysis expects a face as an image, as it uses opencv's facial recognition software to read emotions, specifically taking the emotions of 'happy', 'sad', or 'neutral'. There also appears to be dependency conflicts with opencv's dependencies, as errors are raised every time the image analysis is called, and the values of 'happy', 'sad', and 'neutral' are all 0.