Objective:
Use Convolutional Neural Networks to detect deepfakes in Face Images

The following commands can be used to create the conda environment and install all necessary dependencies:
python -m venv df_venv
pip install -r requirements.txthere. To install data on HPC, first generate the API token, then run the following command.
kaggle datasets download -d xhlulu/140k-real-and-fake-facesChange path to data in the code
sbatch slurm_script.batchDone as part of the Computer Vision course by Prof. Rob Fergus @NYU Courant Fall 23