nehapasricha94
commited on
Commit
•
b43a517
1
Parent(s):
b47e62e
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
transformers
|
4 |
-
huggingface_hub
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
transformers
|
4 |
+
huggingface_hub
|
5 |
+
Pillow
|
6 |
+
opencv-python # For image processing and pattern recognition
|
7 |
+
matplotlib # For color and pattern analysis
|
8 |
+
gradio # Interface for uploading and analyzing files
|
9 |
+
scikit-learn # For additional analysis of colors, themes
|