IA2_model / requirements.txt
AshenClock's picture
Update requirements.txt
f9ef3c2 verified
raw
history blame
375 Bytes
# Framework e Server
fastapi
uvicorn[standard]
# Integrazione con Hugging Face
huggingface-hub
# RDF e Ontologie
rdflib
# Validazione dei Dati
pydantic
# Elaborazione del Linguaggio Naturale
sentence-transformers
# Indicizzazione e Ricerca Vettoriale
faiss-cpu
# Calcolo Numerico
numpy
# Gestione delle Variabili d'Ambiente
python-dotenv
# Utilità (facoltativo)
tqdm