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.
AMB_DEV
bahawal.baloch 2026-05-07 17:45:55 +05:00
parent 0694f9162a
commit ddc80f04ac
1 changed files with 8 additions and 0 deletions

8
requirements.txt Normal file
View File

@ -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