CoolFace
Apppublic

Axcel1/icd_10_coding_assistant

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes
requirements.txt40 linesDownload Raw Back to root
1# Core Gradio and FastAPI dependencies2gradio>=4.44.03fastapi>=0.104.04uvicorn[standard]>=0.24.05pydantic>=2.5.06requests>=2.31.07 8# Machine Learning and NLP9sentence-transformers>=2.2.210transformers>=4.35.011torch>=2.1.012numpy>=1.24.013scikit-learn>=1.3.014 15# Vector Database (Qdrant)16qdrant-client>=1.7.017 18# Data processing19pandas>=2.1.020python-multipart>=0.0.621aiofiles>=23.2.022 23# Additional utilities24python-dotenv>=1.0.025httpx>=0.25.026 27# Optional: If you use specific models from Hugging Face28# huggingface-hub>=0.19.029 30# For better error handling and logging31tenacity>=8.2.032 33# If you need specific tokenizers34tokenizers>=0.15.035 36# For async operations37asyncio-mqtt>=0.16.038 39# Memory optimization for Spaces40psutil>=5.9.0