Spaces:
Sleeping
Sleeping
Dua Rajper commited on
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.25.0 # For the Streamlit app interface
|
| 2 |
+
transformers==4.33.3 # Hugging Face's Transformers library
|
| 3 |
+
torch==2.0.1 # PyTorch for running models
|
| 4 |
+
Pillow==9.3.0 # For image processing
|
| 5 |
+
matplotlib==3.8.0 # For displaying segmentation masks
|
| 6 |
+
huggingface-hub==0.17.3 # For downloading models from Hugging Face
|