Spaces:
Running
Running
| # ======================================= | |
| # 🧪 Clinical Research Chatbot Requirements | |
| # ======================================= | |
| # --- Core Libraries --- | |
| faiss-cpu | |
| torch | |
| transformers | |
| sentence-transformers | |
| sentencepiece | |
| fastapi | |
| whoosh | |
| # --- Data Handling --- | |
| numpy | |
| pandas | |
| datasets | |
| # --- Document Parsing --- | |
| pymupdf | |
| python-docx | |
| openpyxl | |
| beautifulsoup4 | |
| requests | |
| aiofiles | |
| rank-bm25 | |
| # --- NLP + Text Processing --- | |
| nltk | |
| scikit-learn | |
| regex | |
| tqdm | |
| # --- Web + Interface --- | |
| huggingface-hub>=0.23.0 | |
| gradio | |
| gradio-client | |
| uvicorn | |
| spaces | |
| python-multipart | |
| # --- Networking / Compatibility Fix --- | |
| websockets>=12 | |