You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicates Detector is a cross-platform GUI utility for finding duplicate files, allowing you to delete or link them to save space. Duplicate files are displayed and processed on two synchronized panels for efficient and convenient operation.
This program finds duplicate files in a folder and its subfolders. Duplicates are moved to a separate folder. A few other modes of operation are also planned/available.
Python scripts for finding audio duplicates in a dataset using chroma features and openCV functions. The approach uses raw audio information (transformed to the chroma features) without any metadata.
A fast random number file generator, that generates a text document of randomized integers (uniquely random also supported) within the specified constraints. This project was created to aid in benchmarking my own Double-Edged Sorting algorithm.