Spaces:
Sleeping
Sleeping
File size: 730 Bytes
f7395d8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Core dependencies for Sentiment Analysis MCP Server gradio[mcp]>=4.44.0 textblob>=0.17.1 # Optional: For better performance and additional features # uvicorn>=0.24.0 # ASGI server for production deployment # fastapi>=0.104.0 # Web framework (used by Gradio internally) # Optional: For development and testing # pytest>=7.4.0 # Testing framework # black>=23.0.0 # Code formatting # flake8>=6.0.0 # Code linting # Optional: For enhanced NLP capabilities # nltk>=3.8.0 # Natural language processing toolkit # spacy>=3.7.0 # Advanced NLP # vaderSentiment>=3.3.2 # Alternative sentiment analyzer # transformers>=4.21.0 # Hugging Face transformers for advanced models |