syscred / requirements.txt
D Ф m i И i q ц e L Ф y e r
Deploy: Full version with GraphRAG and TREC
78b2787
raw
history blame contribute delete
608 Bytes
# SysCRED - Requirements
# Système Hybride de Vérification de Crédibilité
# (c) Dominique S. Loyer
# === Core Dependencies ===
requests>=2.28.0
beautifulsoup4>=4.11.0
python-whois>=0.8.0
# === RDF/Ontology ===
rdflib>=6.0.0
# === Machine Learning ===
transformers>=4.30.0,<5
torch>=2.0.0
numpy>=1.24.0,<2
sentence-transformers>=2.2.0
# === Explainability ===
lime>=0.2.0
# === Web Backend ===
flask>=2.3.0
flask-cors>=4.0.0
python-dotenv>=1.0.0
pandas>=2.0.0
# === Production/Database ===
gunicorn>=20.1.0
psycopg2-binary>=2.9.0
flask_sqlalchemy>=3.0.0
# === Development/Testing ===
pytest>=7.0.0