Pediatric_Chatbot / requirements.txt
imogie's picture
Update requirements.txt
ad68f47 verified
raw
history blame contribute delete
248 Bytes
gradio>=4.44.0
pandas>=1.5.0
numpy>=1.24.0
# NLP and Text Processing
spacy>=3.4.0
nltk>=3.8
# Machine Learning Models
transformers>=4.30.0
torch>=2.0.0
scikit-learn>=1.2.0
# For handling regular expressions and text processing
regex>=2022.10.31