nehapasricha94
commited on
Commit
•
799acb1
1
Parent(s):
1ceea32
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|