getitem / requirements.txt
dheena
initial commit
e8ee9c0
raw
history blame contribute delete
594 Bytes
# Existing packages
altair
pandas
streamlit
# New packages based on imports
faiss-cpu # or faiss-gpu if you're using GPU
torch # PyTorch
ftfy # often required by CLIP
git+https://github.com/openai/CLIP.git # for CLIP from OpenAI
openai # OpenAI API client
numpy
Pillow # PIL
fastapi
segmentation-models-pytorch # Assuming "segmentation" is a model lib, adjust if needed
# Additional NLP/ML utilities
opencv-python # cv2
requests
transformers # HuggingFace Transformers