Artificial Intelligence | Machine Learning | NLP | CV | Data Science | Life Long Learner
View the Project on GitHub shwetabh-23/person-detection-website
This project is a Python-based tool for face recognition and cropping within group photos. It allows users to take a photo with multiple people, draws bounding boxes around each person and their face, and returns the person’s name if the code already has the face embeddings for it. If the face embeddings are not available, the tool prompts the user to create the face embedding and adds it to the directory. Finally, the tool returns the cropped images of each person along with their names.
Clone the repository
git clone repository
run the command setup_env.sh bash ./setup_env.sh
run the command run_app.sh bash ./run_app.sh