Spaces:
Sleeping
Sleeping
| # 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 | |