Software & Apps
Karvy-Singh / Sort_Memies: Sort photos based on “Me In My Fav X, Y, Z” from group / random pictures

Sorting photos based on the behaviors of “I am of my favorite people (x, y, z …)” from a set of group / random pictures.
In situations where you have a collection of pictures from a public activity and want to find yourself or specific individuals:
- Upload sample pictures to each individual for identifying the surface of
local_host/upload
. - Upload group photos For recognition and sorting of
local_host/recog
.
Exotic images are available in the “Save_Data” directory in your current directory.
- Navigate to
local_host/upload
. - Upload sample images to individuals for facing face.
- Navigate to
local_host/recog
. - Upload group images for facial identification and account.
- After processing, separate images apply to
saved_data
directory within your current directory.
git clone https://github.com/Karvy-Singh/Sort_Memories.git
cd Sort_Memories
python -m venv env
source env/bin/activate # On Windows use `env\Scripts\activate`
pip install face_recognition dlib flask Werkzeug
or
pip install -r requirements.txt
source env/bin/activate # On Windows use `env\Scripts\activate`
python final.py
VISIT http://localhost:5000
or any other port shown in the terminal to run the application and follow the above mentioned measures.
https://opengraph.githubassets.com/1714ecf26a351fcf8a02a4ff61a8d3c8c7dc459b8f0cd34edf5844838c728278/Karvy-Singh/Sort_Memories
2025-02-04 20:21:00