File size: 551 Bytes
86de448
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
torch         # Adjust version based on your PyTorch setup
torchvision  # Match with the PyTorch version
streamlit     # For Streamlit-based UI
pillow          # For image processing
numpy          # For numerical operations
scipy          # Optional, if your model uses scipy internally
scikit-learn     # Optional, for additional utilities if needed
albumentations   # For image augmentations
nltk             # For natural language processing (e.g., word_tokenize)
spacy           # For spaCy (adjust version based on your needs)
pydantic