We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f93f6 commit faeddd1Copy full SHA for faeddd1
duplicate_files_remover/README.md
@@ -1,13 +1,19 @@
1
# Near Duplicate Files Remover
2
+A script that searches for duplicate files and delete them to save up storage.
3
4
-# Setup:
5
+
6
+## Setup instructions
7
```
8
python pip install -r requirements.txt
9
python main.py
10
11
-# How is works
12
+## Detailed explanation of script, if needed
13
After running the script, it crawls a given directory returning all the files in the directory, after that it generates a hash for every file
14
and save them in a pandas dataframe hashtable. Then, The script looks for similar hashes in the hashtable and deletes all the files with the
15
similar hashtable only keeping the original one.
16
17
+## Author(s)
18
19
+Rami Janini
0 commit comments