Skip to content

This repository contains a Python script for organizing photos into folders based on the people detected in the photos. The script utilizes facial recognition technology to detect individuals in the photos and then organizes them into corresponding folders. This is particularly useful for photographers or anyone managing large collections of photos

jmiguelmangas/face_recognition_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Photo Organizer

This repository contains a Python script for organizing photos into folders based on the people detected in the photos. The script utilizes facial recognition technology to detect individuals in the photos and then organizes them into corresponding folders. This is particularly useful for photographers or anyone managing large collections of photos who want to efficiently categorize their images.

Requirements

  • Python 3.x
  • OpenCV (for image processing)
  • dlib (for facial recognition)
  • face_recognition library

Usage

  1. Install the required dependencies.
  2. Clone this repository.
  3. Place your photos in the photos directory.
  4. Run the organize_photos.py script.
  5. Organized photos will be placed in the organized_photos directory.

License

This project is licensed under the MIT License.

About

This repository contains a Python script for organizing photos into folders based on the people detected in the photos. The script utilizes facial recognition technology to detect individuals in the photos and then organizes them into corresponding folders. This is particularly useful for photographers or anyone managing large collections of photos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published