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.txt
here. To install data on HPC, first generate the API token, then run the following command.
kaggle datasets download -d xhlulu/140k-real-and-fake-faces
Change path to data in the code
sbatch slurm_script.batch
Done as part of the Computer Vision course by Prof. Rob Fergus @NYU Courant Fall 23