Skip to content

Commit 3ceda41

Browse files
committed
add read me
1 parent 687c883 commit 3ceda41

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Pictures Organizer/readme.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Pictures Organizer
2+
3+
This is a symple Python program to organize pictures inside a folder based on the number of face each pictures has. The code uses an opencv pre-trained [model](https://github.com/kipr/opencv/blob/master/data/haarcascades/haarcascade_frontalface_default.xml), so some pictures maybe placed on the wrong folder.
4+
5+
# Usage
6+
7+
Example code using some pictures (The pictures are from [Pixabay](https://pixabay.com/) and are free to use):
8+
9+
``python3 main.py images/ jpg``
10+
11+
**Expected result**
12+
13+
Three folders should have been created inside the 'images' folder: 1_face/ 2_face/ 4_face
14+
15+
# Contributing
16+
17+
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request. You can also open an issue if you find a bug or have a suggestion for improvement.
18+
19+
# Future features
20+
21+
- Add a simple GUI
22+
- Use other model to organize the pictures.

0 commit comments

Comments
 (0)