GPU-ZIP is a Python script that utilizes GPU power to speed up compression of folders into ZIP files. Using the Cupy library, this script reads and writes file data at a much higher speed than traditional methods.
- CuPy
- zipfile36
- tqdm
-
Clone the repository:
git clone https://github.com/bimantaraz/GPU-ZIP.git cd GPU-ZIP
-
Install the required packages:
pip install -r requirements.txt
To compress a folder using GPU, run the following command:
python main.py