<script type="text/javascript">
<!--
document.write('<div id="oa_widget"></div>');
document.write('<script type="text/javascript" src="https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=undefined&type=result"></script>');
-->
</script>
Version 0.1.4 introduces two new major functions: image_scores and video_scores. These functions perform Facial Expression Recognition (FER) and provide emotion scores based on the detected facial expressions in images or videos. Added Added image_scores function for FER on images. (Issue #7) Added video_scores function, along with related functions to download videos from YouTube, cut the video from X to Y seconds, and save frames and the video itself in a specified directory. (#9, #8) Modified Simplified the setup_miniconda function and added additional checks for environment setup. (#5, #6, #7, #8) Updated the package vignette to include examples of image_scores and video_scores.