Spaces:
Sleeping
Sleeping
[project] | |
name = "mcp-sentiment-hf" | |
version = "0.1.0" | |
description = "Sentiment analysis application created using MCP. From Hugging Face's MCP course" | |
requires-python = ">=3.13" | |
dependencies = [ | |
"gradio[mcp]>=5.32.0", | |
"mcp>=1.9.0", | |
"smolagents[mcp]>=1.17.0", | |
"textblob>=0.19.0", | |
] | |