From ddc80f04acfb98a43ebb2d8775cc1d7a70cd2cb5 Mon Sep 17 00:00:00 2001 From: "bahawal.baloch" Date: Thu, 7 May 2026 17:45:55 +0500 Subject: [PATCH] Add requirements file for project dependencies - Created `requirements.txt` to specify necessary packages for the project, including PyTorch, torchvision, Pillow, matplotlib, tqdm, numpy, python-dotenv, and ImageHash. --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9979313 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +torch>=2.0.0 +torchvision>=0.15.0 +Pillow>=10.0.0 +matplotlib>=3.7.0 +tqdm>=4.65.0 +numpy>=1.24.0 +python-dotenv>=1.0.0 +ImageHash>=4.3.1