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
parent
0694f9162a
commit
ddc80f04ac
|
|
@ -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
|
||||||
Loading…
Reference in New Issue