Nepali Celeb Localized Face Dataset
May 20, 2023
ยท
1 min read

The dataset contains images of 49 famous individuals from Nepal, including actors, actresses, singers, and social figures. The individuals vary in age, gender, and profession.
Potential uses for this dataset include face recognition, face detection, emotion recognition, and training machine learning models related to facial analysis.
For more details and to access the dataset, visit Kaggle.
Procedure
- Images of the actors were collected from the internet using a Python script.
- The
bing_image_downloaderpackage was used to download images. - Images were manually verified for quality and unsuitable ones were removed.
- OpenCV library was used to detect faces and crop images to extract only the face region.
- The cropped face images were resized to a standard size.
- Processed images were saved in a separate directory with appropriate naming convention.
If you’re interested in the technical details, you can check out the dataset on Kaggle and review the Python scripts used for data collection and preprocessing.