adithiyyha commited on
Commit
3b50ba0
·
verified ·
1 Parent(s): 3650ebb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -10
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
- torch==2.0.1 # Adjust version based on your PyTorch setup
2
- torchvision==0.15.2 # Match with the PyTorch version
3
- streamlit==1.24.0 # For Streamlit-based UI
4
- pillow==9.2.0 # For image processing
5
- numpy==1.24.3 # For numerical operations
6
- scipy==1.10.1 # Optional, if your model uses scipy internally
7
- scikit-learn==1.2.2 # Optional, for additional utilities if needed
8
- albumentations==1.3.0 # For image augmentations
9
- nltk==3.8.1 # For natural language processing (e.g., word_tokenize)
10
- spacy==3.5.0 # For spaCy (adjust version based on your needs)
 
 
1
+ torch # Adjust version based on your PyTorch setup
2
+ torchvision # Match with the PyTorch version
3
+ streamlit # For Streamlit-based UI
4
+ pillow # For image processing
5
+ numpy # For numerical operations
6
+ scipy # Optional, if your model uses scipy internally
7
+ scikit-learn # Optional, for additional utilities if needed
8
+ albumentations # For image augmentations
9
+ nltk # For natural language processing (e.g., word_tokenize)
10
+ spacy # For spaCy (adjust version based on your needs)
11
+ pydantic