NLP / requirements.txt
Jagadeesh2411's picture
Update requirements.txt
1fc763a verified
raw
history blame contribute delete
259 Bytes
streamlit==1.22.0
transformers==4.29.0
torch==2.1.0
numpy==1.24.1
sentencepiece==0.1.98
nltk==3.8.1
scikit-learn==1.2.1 # For CountVectorizer and TfidfVectorizer
textblob==0.15.3 # For TextBlob
sklearn-crfsuite==0.3.6 # For CRF (Conditional Random Fields)