Spaces:
Sleeping
Sleeping
#Getting Started | |
mkdir mcp-sentiment | |
cd mcp-sentiment | |
python -m venv venv | |
source venv/bin/activate # On Windows: venv\Scripts\activate | |
pip install "gradio[mcp]" textblob | |
#Resources: | |
https://huggingface.co/learn/mcp-course/unit2/gradio-server |