The File Classifier is a Python script that monitors a specified directory (typically the Downloads folder) and automatically organizes files into different folders based on their file types.
-
Updated
Nov 7, 2024 - Python
The File Classifier is a Python script that monitors a specified directory (typically the Downloads folder) and automatically organizes files into different folders based on their file types.
A File Type Classifier that predicts whether a file is a document, executable or a script based on a given set of attributes statically extracted from a file using K-means clustering trainer based on the Yinyang Method.
Add a description, image, and links to the fileclassify topic page so that developers can more easily learn about it.
To associate your repository with the fileclassify topic, visit your repo's landing page and select "manage topics."