"if not os.path.exists('Dataframes/GLCM_ML/' + metodo):\n", " os.makedirs('Dataframes/GLCM_ML/' + metodo)\n", " matriz = confusion_matrix(y_test.argmax(axis=1),y_pred ...
This repository contains various Python scripts related to deepfake detection, frame extraction, and machine learning model evaluation. Below is a brief description of each script. Purpose: This ...