xrayreport / requirements.txt
adithiyyha's picture
Update requirements.txt
3b50ba0 verified
raw
history blame contribute delete
542 Bytes
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