syscred_duplicate / syscred /requirements-distilled.txt
DomLoyer's picture
fix: Add missing requirements-distilled.txt for Dockerfile build
1cafc3b verified
raw
history blame contribute delete
686 Bytes
# SysCRED - Optimized Requirements with Distilled Models
# (c) Dominique S. Loyer
# Uses DISTILLED models for faster loading and lower memory
# === Core Dependencies ===
requests>=2.28.0
beautifulsoup4>=4.11.0
python-whois>=0.8.0
# === RDF/Ontology ===
rdflib>=6.0.0
# === Machine Learning (CPU-only) ===
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=2.0.0
transformers>=4.30.0
sentence-transformers>=2.2.0
# === Data ===
numpy>=1.24.0
pandas>=2.0.0
# === Explainability ===
lime>=0.2.0
# === NLP ===
spacy>=3.5.0
# === Web Backend ===
flask>=2.3.0
flask-cors>=4.0.0
python-dotenv>=1.0.0
gunicorn>=20.1.0
flask-sqlalchemy>=3.1.0
scikit-learn>=1.3.0
scipy>=1.11.0