| # Core scientific libraries | |
| numpy | |
| pandas | |
| scipy | |
| # PyTorch (CPU-only) | |
| torch | |
| # NLP and embedding models | |
| transformers | |
| sentence-transformers | |
| # Nearest-neighbor search (CPU) | |
| faiss-cpu | |
| # Utilities | |
| tqdm | |
| setuptools | |
| tokenizers | |
| huggingface-hub | |
| python-dotenv | |
| # Web interface | |
| streamlit | |