# 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 | |