File size: 744 Bytes
ea9303b e70050b ea9303b e70050b ea9303b e70050b 5692ae0 ea9303b e70050b ea9303b e70050b ea9303b e70050b ea9303b 5692ae0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | # SysCRED - Requirements (Full version with ML models) # Système Hybride de Vérification de Crédibilité # (c) Dominique S. Loyer # Version complète pour HuggingFace Spaces et développement local # === Core Dependencies === requests>=2.28.0 beautifulsoup4>=4.11.0 python-whois>=0.8.0 lxml>=4.9.0 # === RDF/Ontology === rdflib>=6.0.0 # === Machine Learning === transformers>=4.30.0 torch>=2.0.0 numpy>=1.24.0 sentence-transformers>=2.2.0 accelerate>=0.20.0 spacy>=3.6.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 |