Week3-TraditionalChatbotwithAI / requirements.txt
WSLINMSAI's picture
Update requirements.txt
eb8b8e1 verified
raw
history blame contribute delete
178 Bytes
# For fuzzy matching
fuzzywuzzy==0.18.0
# For Hugging Face Hub
huggingface_hub==0.25.2
# For using a transformer model
transformers==4.31.0
torch==2.0.1
# Numpy
numpy==1.23.5