SatFetch / requirements.txt
karansharmaworkspace's picture
Upload 68 files
f343f06 verified
Raw
History Blame Contribute Delete
386 Bytes
# Core ML & Transformers
torch>=2.0.0
torchvision>=0.15.0
transformers>=4.30.0
datasets>=2.14.0
scikit-learn>=1.3.0
numpy>=1.24.0
pillow>=10.0.0
# OpenAI CLIP
git+https://github.com/openai/CLIP.git
# Vector Search
faiss-cpu>=1.7.4
# API Server & UI
fastapi>=0.100.0
uvicorn>=0.22.0
gradio>=4.0.0
# GIS & Geospatial Indexing
h3>=3.7.6
tifffile>=2023.7.10
# Development
pytest>=7.4.0