Spaces:
Sleeping
Sleeping
File size: 246 Bytes
89bda3a |
1 2 3 4 5 6 7 8 9 10 11 |
#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 |