Spaces:
Sleeping
Sleeping
| # Core frameworks | |
| gradio==5.28.0 | |
| gradio_client==1.10.0 | |
| fastapi | |
| uvicorn | |
| # Data handling | |
| pandas | |
| numpy | |
| scikit-learn==1.6.1 | |
| scipy==1.15.2 | |
| # Web scraping & parsing | |
| beautifulsoup4==4.13.4 | |
| bs4==0.0.2 | |
| requests | |
| feedparser | |
| # Visualization | |
| pyvis | |
| fpdf | |
| # NLP | |
| spacy | |
| sentence-transformers | |
| keybert | |
| regex | |
| transformers | |
| torch==2.7.0 | |
| # External APIs | |
| arxiv | |
| semanticscholar | |
| habanero | |
| openai | |
| python-dotenv | |
| # Utility & support | |
| aiohttp | |
| aiofiles | |
| anyio | |
| typing_extensions | |
| tqdm | |