This repository provides scripts for processing a bird dataset, identifying outliers, and handling these outliers by moving them to a designated directory. The following steps outline the process:
- Required Libraries:
fastdup, os, pandas, PIL, numpy, matplotlib, seaborn, sklearn, shutil
Ensure you have the required Python libraries installed: pip install fastdup pandas pillow numpy matplotlib seaborn scikit-learn