CCSS_Alignment / requirements.txt
meruem123's picture
Upload 15 files
34a1c85 verified
raw
history blame contribute delete
264 Bytes
# Core libraries
pandas
numpy
scikit-learn
# NLP
nltk
transformers
torch
# BM25
rank_bm25
# Streamlit UI
streamlit
# Plotting (optional, if using matplotlib in app.py)
matplotlib
# For reading Excel
openpyxl
# Ensure compatibility with tokenizers
tokenizers