SPARKNET / demo /requirements.txt
MHamdan's picture
Initial commit: SPARKNET framework
d520909
raw
history blame
315 Bytes
# SPARKNET Demo Requirements
# Run: pip install -r demo/requirements.txt
# Streamlit
streamlit>=1.28.0
# Data handling
pandas>=2.0.0
numpy>=1.24.0
# HTTP client (for Ollama checks)
httpx>=0.25.0
# Image handling (optional, for advanced features)
Pillow>=10.0.0
# Charts (optional)
plotly>=5.18.0
altair>=5.2.0